Skip to content
Snippets Groups Projects
Commit eb152486 authored by Brad King's avatar Brad King
Browse files

Merge branch 'qtdialog-lib-paths' into release

parents c5dcd31e 48624b3c
Branches
Tags
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment