> codesigning complaining on this _debug reference
>       <key>CFBundleExecutable</key>
>       <string>QtPrintSupport_debug</string>

Shouldn't be debug another version within multiversioned bundle? E.g.:

        QtCore -> Versions/Current/QtCore
        Resources -> Versions/Current/Resources
        Versions/
                Current -> 5
                5/
                        QtCore
                        Resources/
                                Info.plist
                5-debug/
                        QtCore
                        Resources/
                                Info.plist

This would solve the solving issue.

--Adam
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to