MacOs codesign with qt_generate_deploy_qml_app_script
Unsolved
QML and Qt Quick
-
qt_generate_deploy_qml_app_script codesign
-
is it possible to tell
qt_generate_deploy_qml_app_script
to codesign?
so it will pass the parameters to themacdeployqt
with-codesign="Apple Development"
?Here are my current settings
# Generate the deployment script for the target pass-simple. qt_generate_deploy_qml_app_script( TARGET pass-simple OUTPUT_SCRIPT deploy_script NO_UNSUPPORTED_PLATFORM_ERROR ) # Call the deployment script on "cmake --install". install(SCRIPT ${deploy_script})
-
Noticed also
macdeployqt
will fail because "./pass-simple.app/Contents/Frameworks/*" not signed at all.Is it possible to tell ``qtmacdeploy` to also sign the Qt's core libraries?
-