Merge branch 'qtdialog-lib-paths' into release

This commit is contained in:
Brad King 2016-09-23 08:11:13 -04:00
commit eb1524869c
1 changed files with 2 additions and 0 deletions

View File

@ -101,11 +101,13 @@ int main(int argc, char** argv)
QTextCodec::setCodecForLocale(utf8_codec);
#endif
#if QT_VERSION < 0x050000
// clean out standard Qt paths for plugins, which we don't use anyway
// when creating Mac bundles, it potentially causes problems
foreach (QString p, QApplication::libraryPaths()) {
QApplication::removeLibraryPath(p);
}
#endif
// tell the cmake library where cmake is
QDir cmExecDir(QApplication::applicationDirPath());