DolphinQt: Install binary for systems not matching APPLE

This commit is contained in:
Christian Widmer 2015-10-06 09:51:32 +02:00
parent e955a3a191
commit 1dd4c93f0c
1 changed files with 2 additions and 0 deletions

View File

@ -83,4 +83,6 @@ if(APPLE)
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
)
endif()
else()
install(TARGETS ${DOLPHINQT_BINARY} RUNTIME DESTINATION ${bindir})
endif()