Skip to content

Commit

Permalink
Implement "make install" in the CMakeLists.txt for linuxdeployqt (pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaure-kdab authored and omergoktas committed Oct 12, 2024
1 parent a2d64de commit 0a29c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/linuxdeployqt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ add_executable(linuxdeployqt main.cpp shared.cpp)
target_include_directories(linuxdeployqt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(linuxdeployqt Qt${QT_VERSION_MAJOR}::Core)
target_compile_definitions(linuxdeployqt PRIVATE -DEXCLUDELIST="${EXCLUDELIST}")

install(TARGETS linuxdeployqt RUNTIME DESTINATION ${INSTALL_RUNTIME_DIR})

0 comments on commit 0a29c57

Please sign in to comment.