mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 13:18:06 +00:00
Add -no-strip parameter to macdeployqt
This commit is contained in:
parent
5e0874db7f
commit
8f2ae923ce
2 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ elseif (APPLE)
|
|||
if (NOT DEPLOYQT_PROGRAM)
|
||||
message(FATAL_ERROR "Could not find the macdeployqt program. Make sure it is in the PATH.")
|
||||
endif()
|
||||
install(CODE "execute_process(COMMAND ${DEPLOYQT_PROGRAM} \${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app -qmldir=${LINPHONE_QML_DIR})")
|
||||
install(CODE "execute_process(COMMAND ${DEPLOYQT_PROGRAM} \${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app -qmldir=${LINPHONE_QML_DIR} -no-strip )")
|
||||
|
||||
if (LINPHONE_BUILDER_SIGNING_IDENTITY)
|
||||
install(CODE "file(GLOB FRAMEWORKS_NAMES \"\${CMAKE_INSTALL_PREFIX}/${APPLICATION_NAME}.app/Contents/Frameworks/*\")
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5800f6e489b250c5ffccaa90c8771a10a9edad59
|
||||
Subproject commit a56c5316dd8b8d53dc5769877446ef8635d0ddeb
|
||||
Loading…
Add table
Reference in a new issue