diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-14 06:54:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 06:54:51 -0500 |
| commit | 4833e494d56b351e52423f2835a7a91ab8c284b6 (patch) | |
| tree | 49a9444ae24e25263ebee6ea601e4c5bb239447a /src/CMakeLists.txt | |
| parent | 579f94b5b6014ad4a97b23eb2a26ab69f007aa6a (diff) | |
| parent | 24991bf5fb1dcf4ccee1090285bec10b3a20bf81 (diff) | |
Merge pull request #1277 from Qudix/master
Changing the location of several directories
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) |
