From 1b5931c69b504616f23cb4f64a4df470c0d5d2ec Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Mon, 6 Feb 2012 09:33:37 -0500 Subject: [PATCH] removed line in gosty that sets empty library path --- modules/gui/src/gosty.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/src/gosty.cc b/modules/gui/src/gosty.cc index 3ea2bdda6..49750b9dc 100644 --- a/modules/gui/src/gosty.cc +++ b/modules/gui/src/gosty.cc @@ -205,7 +205,6 @@ int main(int argc, char** argv) QCoreApplication::setOrganizationName("OpenStructure"); QCoreApplication::setOrganizationDomain("openstructure.org"); QCoreApplication::setApplicationName(QString(argv[2])); - app.setLibraryPaths(QStringList()); if (int rv=setup_resources(app)<0) { return rv; } -- GitLab