Skip to content

Commit

Permalink
Implement "make install" in the CMakeLists.txt for linuxdeployqt (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaure-kdab authored Jul 9, 2024
1 parent 7f0b8f3 commit 8cb9438
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 8cb9438

Please sign in to comment.