hi all, not sure if this is a bug or a feature, or a problem or not, but it occurred to me that the Info.plist files differ between 32bit and 64bit frameworks:
> --- osx-clang-32/lib/QtMultimediaQuick_p.framework/Contents/Info.plist > 2014-05-10 18:29:13.000000000 +0200 > +++ osx-clang-64/lib/QtMultimediaQuick_p.framework/Contents/Info.plist > 2014-05-10 20:03:01.000000000 +0200 > @@ -11,8 +11,9 @@ > <key>CFBundleSignature</key> > <string>????</string> > <key>CFBundleExecutable</key> > - <string>QtMultimediaQuick_p_debug</string> > + <string>QtMultimediaQuick_p</string> > <key>NOTE</key> > <string>Please, do NOT change this file -- It was generated by > Qt/QMake.</string> > </dict> > </plist> > +list> the 32bit versions seem to use the _debug suffix ... the difference does not occur in all frameworks, but only in: QtCore.framework QtMultimediaQuick_p.framework QtPrintSupport.framework QtScriptTools.framework QtSerialPort.framework QtWebKit.framework also i saw that for the 32bit builds the QtQuickTest and QtScriptTools frameworks contain symlinks like Versions/5/Current, which point to nowhere ... cheers, tim _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
