> Err, what? Standard use case is @rpath + copy frameworks. So if that's done > by default, and macdeployqt is deleted, no one is bothered.
But app won't start, because it needs to resolve Qt libs referenced via @rpath to @executable_path/../Frameworks, thus accompanying `QMAKE_RPATHDIR = @executable_path/../Frameworks` standard default (of course only if Qt libs are using at all). And yes I do agree from very beginning for (overriding and) clearing defaults via: `QMAKE_RPATHDIR = ` (an empty list). Seems we are getting closer to consensus. Good night. It is past midnight here, time for getting some sleep. -- Adam _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
