Xcode: How to embed a framework with "Code Sign on Copy" using qmake?
-
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.
-
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.
