Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. MacOs codesign with qt_generate_deploy_qml_app_script
Forum Update on Monday, May 27th 2025

MacOs codesign with qt_generate_deploy_qml_app_script

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 120 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shemeshg
    wrote on last edited by
    #1

    qt_generate_deploy_qml_app_script codesign

    1. is it possible to tell qt_generate_deploy_qml_app_script to codesign?
      so it will pass the parameters to the macdeployqt 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})
    
    1. 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?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved