diff --git a/modules/gui/src/gosty.cc b/modules/gui/src/gosty.cc index ebad7767ac3f6cb4e7b8940530e8f00f1fc7ecf8..c978300894b699abb22739ada6792126807780d3 100644 --- a/modules/gui/src/gosty.cc +++ b/modules/gui/src/gosty.cc @@ -160,6 +160,7 @@ int main(int argc, char** argv) QCoreApplication::setOrganizationName("OpenStructure"); QCoreApplication::setOrganizationDomain("openstructure.org"); QCoreApplication::setApplicationName(argv[0]); + app.setLibraryPaths(QStringList()); if (int rv=setup_resources(app)<0) { return rv; }