On Friday 08 August 2014 15:22:44 Jake Petroules wrote: > In qmake, can you explain why we can't use: > QCoreApplication::applicationFilePath() + "/../bin", etc.?
Because that might be completely different on other machines. The prefix to the bin directory is a user choice on configuring, just as any other paths. And besides, applicationFilePath() may fail on some systems. In any case, qmake is not tool deployed by the user. No one will care if it gets patched on installation. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
