mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cmake: use the correct macdeployqt command name
Oops, that was silly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
115268c8fd
commit
e8955e5916
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
|||
install(FILES ${TRANSLATIONS} DESTINATION ${RESOURCEDIR}/translations)
|
||||
install(FILES ${QTTRANSLATIONS} DESTINATION ${RESOURCEDIR}/translations)
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/gpl-2.0.txt DESTINATION ${RESOURCEDIR})
|
||||
install(CODE "execute_process(COMMAND mac-deploy Subsurface.app)")
|
||||
install(CODE "execute_process(COMMAND macdeployqt Subsurface.app)")
|
||||
ENDIF()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
|
|
Loading…
Reference in a new issue