diff options
| author | in1tiate <in1tiate.falken@gmail.com> | 2020-12-12 06:54:45 -0600 |
|---|---|---|
| committer | in1tiate <in1tiate.falken@gmail.com> | 2020-12-12 06:54:45 -0600 |
| commit | 3d4d6378384fee027ccbc3706a66c2f14cc0bac0 (patch) | |
| tree | 9fb9803f3c24883b5d08269652e9be581d3ce2cc /src | |
| parent | ffbaab5a2ae45291f4eb830d8d7d12275ff916cf (diff) | |
Search for plugins in "lib" directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 364377b5..c0a8a1d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,6 +21,8 @@ int main(int argc, char *argv[]) AOApplication main_app(argc, argv); + AOApplication::setLibraryPaths({AOApplication::applicationDirPath() + "/lib"}); + QSettings *configini = main_app.configini; QPluginLoader apngPlugin("qapng"); |
