summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorflacs <tilkax@gmail.com>2015-10-11 15:54:02 +0200
committerflacs <tilkax@gmail.com>2015-10-11 15:54:02 +0200
commitc4fe2cd2877f1aeb65d4a668443749348f96dce3 (patch)
treeaaead15c25fae6fe45f86a1594a3b120efdca4bf /Source/Core
parent94d20131bbf4cd3ea19a87d249b2dfda43f28427 (diff)
parent1dd4c93f0c390b9a380a293cbd0b41cfebf072a7 (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.txt2
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()