diff options
| author | flacs <tilkax@gmail.com> | 2015-10-11 15:54:02 +0200 |
|---|---|---|
| committer | flacs <tilkax@gmail.com> | 2015-10-11 15:54:02 +0200 |
| commit | c4fe2cd2877f1aeb65d4a668443749348f96dce3 (patch) | |
| tree | aaead15c25fae6fe45f86a1594a3b120efdca4bf /Source/Core | |
| parent | 94d20131bbf4cd3ea19a87d249b2dfda43f28427 (diff) | |
| parent | 1dd4c93f0c390b9a380a293cbd0b41cfebf072a7 (diff) | |
Merge pull request #3147 from ShadowsFriend/qtinstall_fix
DolphinQt: Install binary for systems not matching APPLE
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index fdd8325fa7..186db06c5c 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -83,4 +83,6 @@ if(APPLE) DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys ) endif() +else() + install(TARGETS ${DOLPHINQT_BINARY} RUNTIME DESTINATION ${bindir}) endif() |
