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 /Attorney_Online.pro | |
| 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 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index b9722b1d..1a5f214b 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -14,6 +14,7 @@ SOURCES += $$files($$PWD/src/*.cpp) HEADERS += $$files($$PWD/include/*.h) LIBS += -L$$PWD/lib +QMAKE_LFLAGS += -Wl,-rpath,"'\$$ORIGIN/lib'" # Uncomment for verbose network logging # DEFINES += DEBUG_NETWORK |
