DolphinQt: Install binary for systems not matching APPLE
This commit is contained in:
parent
e955a3a191
commit
1dd4c93f0c
|
@ -83,4 +83,6 @@ if(APPLE)
|
||||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
install(TARGETS ${DOLPHINQT_BINARY} RUNTIME DESTINATION ${bindir})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue