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()