summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-11-06 00:07:06 +0100
committerTannin <devnull@localhost>2014-11-06 00:07:06 +0100
commit10cc56608135b5ca0454b7515f6e7d90f4eb7b92 (patch)
tree8b4f79a40ac6b4e2d0e4202b88875f44986785a8 /src/main.cpp
parent53d1f3e00e8f2cfc8f2d715b4bbbf0309dcb8947 (diff)
parentdf0bd3331a4b2174f99117c5a6f21ff6bddca1ba (diff)
Merge
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 642bfa1a..b4139f09 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -332,7 +332,7 @@ int main(int argc, char *argv[])
}
}
- application.addLibraryPath(application.applicationDirPath() + "/dlls");
+ application.setLibraryPaths(QStringList() << (application.applicationDirPath() + "/dlls"));
SetUnhandledExceptionFilter(MyUnhandledExceptionFilter);