Skip to content
Snippets Groups Projects
Commit de18cddf authored by Jan Möbius's avatar Jan Möbius
Browse files

Removed extra paths. Set by default


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11099 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 06ca2e6e
No related branches found
No related tags found
No related merge requests found
......@@ -431,11 +431,6 @@ int main(int argc, char **argv)
for ( int i = 0 ; i < args.FileCount(); ++i )
w->commandLineOpen(args.File(i), openPolyMeshes);
#ifdef WIN32
// Set additional plugin dir for windows qt plugins
app.addLibraryPath(OpenFlipper::Options::applicationDirStr());
#endif
return app.exec();
} else {
......@@ -456,11 +451,6 @@ int main(int argc, char **argv)
for ( int i = 0 ; i < args.FileCount(); ++i )
w->commandLineScript(args.File(i));
#ifdef WIN32
// Set additional plugin dir for windows qt plugins
app.addLibraryPath(OpenFlipper::Options::applicationDirStr());
#endif
return app.exec();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment