Skip to content

Commit 46413bb

Browse files
committed
Implement "make install" in the CMakeLists.txt for linuxdeployqt
1 parent 7f0b8f3 commit 46413bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/linuxdeployqt/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ add_executable(linuxdeployqt main.cpp shared.cpp)
2929
target_include_directories(linuxdeployqt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
3030
target_link_libraries(linuxdeployqt Qt${QT_VERSION_MAJOR}::Core)
3131
target_compile_definitions(linuxdeployqt PRIVATE -DEXCLUDELIST="${EXCLUDELIST}")
32+
33+
install(TARGETS linuxdeployqt RUNTIME DESTINATION ${INSTALL_RUNTIME_DIR})

0 commit comments

Comments
 (0)