mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-08 01:25:24 +02:00
6 lines
208 B
CMake
6 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})
|