Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Xcode: How to embed a framework with "Code Sign on Copy" using qmake?

Xcode: How to embed a framework with "Code Sign on Copy" using qmake?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 450 Views 1 Watching
  • 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.
  • L Offline
    L Offline
    longmao
    wrote on last edited by
    #1

    Hello guys, How to config this section on qmake? Thanks.
    e.g. embed with ffmpeg.
    2b91fce0-0f46-4574-8ffd-10a216a4d751-image.png

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      QMAKE_BUNDLE_DATA comes to mind from old memory.

      See the platform notes.

      That said, if you are linking against these libraries, macdeployqt should put them in the app bundle automatically.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        QMAKE_BUNDLE_DATA comes to mind from old memory.

        See the platform notes.

        That said, if you are linking against these libraries, macdeployqt should put them in the app bundle automatically.

        L Offline
        L Offline
        longmao
        wrote on last edited by longmao
        #3

        @SGaist Thanks, I'll try it.

        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