add_executable(menutool
    menutool.cpp
    )

target_link_libraries(menutool Qt5::Qml Qt5::Quick)
