We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0b8f3 commit 46413bbCopy full SHA for 46413bb
tools/linuxdeployqt/CMakeLists.txt
@@ -29,3 +29,5 @@ add_executable(linuxdeployqt main.cpp shared.cpp)
29
target_include_directories(linuxdeployqt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
30
target_link_libraries(linuxdeployqt Qt${QT_VERSION_MAJOR}::Core)
31
target_compile_definitions(linuxdeployqt PRIVATE -DEXCLUDELIST="${EXCLUDELIST}")
32
+
33
+install(TARGETS linuxdeployqt RUNTIME DESTINATION ${INSTALL_RUNTIME_DIR})
0 commit comments