These kinds of errors can usually be diagnosed by increasing the output verbosity a bit. Try running "macdeployqt myapp.app -verbose=2". Where does the reference to QtScript come from?
Morten On Aug 25, 2013, at 10:45 AM, qtnext <[email protected]> wrote: > is there any chance that maceployqt will be fixed for qt 5.1.1 ? > > > > > 2013/8/11 qtnext <[email protected]> > It works for me for a Quick2 application, but I have tried the same for a > Widget Opengl QT5 application and When I launch macdeployqt I have the > following error : > ERROR: no file at > "/Library/Frameworks/QtScript.framework/Versions/4/QtScript" > ERROR: no file at "/Library/Frameworks/QtCore.framework/Versions/4/QtCore" > ERROR: no file at "/Library/Frameworks/QtSvg.framework/Versions/4/QtSvg" > ERROR: no file at "/Library/Frameworks/QtGui.framework/Versions/4/QtGui" > ERROR: no file at "/Library/Frameworks/QtXml.framework/Versions/4/QtXml" > ERROR: no file at > "/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork" > > I don't use QT4 at all, I don't use qtscript ....and I when I launch the > apps, it crash trying to find the QT4 script framework ? > > > 2013/8/8 Jake Thomas Petroules <[email protected]> > What we really need is to complete the Relocatable Qt project and use @rpath > in the install names of Qt frameworks. > > Then macdeployqt would not need to exist, or would consist merely of a bunch > of copy commands. > -- > Jake Petroules > Chief Technology Officer > Petroules Corporation · www.petroules.com > Email: [email protected] > > On Aug 8, 2013, at 5:37 AM, Rutledge Shawn <[email protected]> wrote: > >> >> On 8 Aug 2013, at 11:34 AM, qtnext wrote: >> >>> if I use the script to patch the //, macdeployqt from qt5.1., then script >>> postmacdeployqt ... it works fine :) ... Thanks a lot :) >> >> But we need to fix macdeployqt so you don't need so many steps. Maybe in >> the future qbs could do everything. >> _______________________________________________ >> Development mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/development > > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
