diff options
| author | Tannin <devnull@localhost> | 2014-11-11 21:42:18 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-11-11 21:42:18 +0100 |
| commit | 9494938534e3dc251cd1d462bb5b40b8d98103ef (patch) | |
| tree | 6fe937eab4886dc17c7b9e7d44f7d778c27f72a8 /src/main.cpp | |
| parent | 7c1273b246117740dd17fb70ad712346421224d7 (diff) | |
| parent | 9ab7bada1c81eb82d97df23da64a56a0eba0bf42 (diff) | |
Merge
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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);
|
