add_executable(unity-mir-test-helper-app main.cpp)
qt5_use_modules(unity-mir-test-helper-app Gui)
install(TARGETS unity-mir-test-helper-app RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES unity-mir-test-helper-app.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
