mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-07 17:15:26 +02:00

- prepare app for distribution - add notarization Change-Id: I105e084292423fdd8c6b2d56f5e62a081defde99
5 lines
208 B
CMake
5 lines
208 B
CMake
|
|
message("Qt deploying in dir " ${QML_SRC_DIR})
|
|
execute_process(COMMAND "${MAC_DEPLOY_QT_PATH}/macdeployqt"
|
|
${EXE_NAME}
|
|
-qmldir=${QML_SRC_DIR})
|