We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8721f34 commit 93ab456Copy full SHA for 93ab456
1 file changed
src/CMakeLists.txt
@@ -221,3 +221,5 @@ if (WIN32)
221
target_link_libraries(labpowerqt Qt5::WinMain)
222
set_property(TARGET labpowerqt PROPERTY WIN32_EXECUTABLE true)
223
endif(WIN32)
224
+
225
+install(TARGETS labpowerqt DESTINATION bin)
0 commit comments