diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-12-28 12:28:10 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 12:28:10 -0600 |
| commit | 9cd533cf40eb569062a5c09f5585379ada5ae3c5 (patch) | |
| tree | ee9bda7db8a7f74717f8c2a8d13c6a281f88d5ca /src | |
| parent | 570bad6d4775df19229fb7beae7c6a011220bc1c (diff) | |
| parent | 38b730ce0d00576761fe125f8e97f0d9f5813978 (diff) | |
Merge pull request #351 from in1tiate/in1tiate/sane-libs
Search for libraries inside a dedicated "lib" folder (and notes on distributing future releases)
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..ce8b1dde 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::addLibraryPath(AOApplication::applicationDirPath() + "/lib"); + QSettings *configini = main_app.configini; QPluginLoader apngPlugin("qapng"); |
