aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamgoofball <iamgoofball@gmail.com>2018-10-15 23:18:20 -0700
committeriamgoofball <iamgoofball@gmail.com>2018-10-15 23:18:20 -0700
commitaf19ee5688882c83e751b6f79a8dca5bba0cbac6 (patch)
treef8a37015c8761f70a0556eea871cfb3b85a42d96
parent0fab6785e63ce1baa2447a4d6eb08b0db1893112 (diff)
build fix
-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 46d65ff7..24ecf7d6 100644
--- a/Attorney_Online_remake.pro
+++ b/Attorney_Online_remake.pro
@@ -88,7 +88,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 #"$$PWD/discord-rpc.dll"
+win32:LIBS += -L$$PWD "$$PWD/bass.dll" -L$$PWD "$$PWD/discord-rpc.dll"
android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
CONFIG += c++11