Make sure Windows doesn't load DLLs from the current working directory.

This commit is contained in:
Felix Geyer 2015-12-06 14:32:06 +01:00
parent 77b4bfb14e
commit 17ab438c5a
3 changed files with 12 additions and 1 deletions

View file

@ -32,6 +32,7 @@ int main(int argc, char** argv)
#ifdef QT_NO_DEBUG
Tools::disableCoreDumps();
#endif
Tools::setupSearchPaths();
Application app(argc, argv);
Application::setApplicationName("keepassx");