aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorargoneus <argoneuscze@gmail.com>2018-11-04 19:53:28 +0100
committerargoneus <argoneuscze@gmail.com>2018-11-04 19:53:28 +0100
commit64aad2506906a9ec7d693a7f2c1dacb22060186d (patch)
tree8219f4d098a002067de844fe9b6cdb4e1b675ffb
parent021d89c065e1d813bc78e8f7ab25b7092dd65182 (diff)
removed redundant linker argument
-rw-r--r--Attorney_Online_remake.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro
index 6308dbde..1b36f61a 100644
--- a/Attorney_Online_remake.pro
+++ b/Attorney_Online_remake.pro
@@ -87,7 +87,7 @@ HEADERS += lobby.h \
# in the same way as BASS. Discord RPC uses CMake, which does not play nicely with
# QMake, so this step must be manual.
unix:LIBS += -L$$PWD -lbass -ldiscord-rpc
-win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc -L$$PWD
+win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc
android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
CONFIG += c++11