diff options
| author | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-14 19:45:23 -0600 |
|---|---|---|
| committer | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-14 19:45:23 -0600 |
| commit | 67188a39cb6aa9d1cad172aec6aac9977af8e79a (patch) | |
| tree | 3e4e31887a57b49747c31c342077a164025f9066 /src/CMakeLists.txt | |
| parent | b9ec979b4c884b35981d0d6fe0abe914e00daa54 (diff) | |
| parent | 4833e494d56b351e52423f2835a7a91ab8c284b6 (diff) | |
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into tracking_integration
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bb4b151f..50ce4178 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -231,15 +231,17 @@ target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE ) -install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dlls.manifest.qt5 +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dlls.manifest DESTINATION bin/dlls RENAME dlls.manifest) -install(FILES ${qm_files} DESTINATION bin/translations) +install(FILES ${qm_files} DESTINATION bin/resources/translations) install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/stylesheets - ${CMAKE_CURRENT_SOURCE_DIR}/tutorials - DESTINATION bin) + DESTINATION bin) + +install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tutorials + DESTINATION bin/resources) deploy_qt(BINARIES ModOrganizer.exe uibase.dll plugins/bsa_packer.dll) |
