aboutsummaryrefslogtreecommitdiff
path: root/Attorney_Online_remake.pro
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-01-08 01:13:56 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2018-01-08 01:13:56 -0600
commitdee8de29da7b72b5a1b2566311402933bacf007f (patch)
treeac414840c3abd1060bb5ce265927bf4908b6445e /Attorney_Online_remake.pro
parent3797a1e9efa9423c5512004c18860c283a54301b (diff)
Just switch to DLLs.
Diffstat (limited to 'Attorney_Online_remake.pro')
-rw-r--r--Attorney_Online_remake.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro
index 40355c5c..1c5ba4ed 100644
--- a/Attorney_Online_remake.pro
+++ b/Attorney_Online_remake.pro
@@ -78,7 +78,8 @@ HEADERS += lobby.h \
aolineedit.h \
aotextedit.h \
aoevidencedisplay.h \
- discord_rich_presence.h
+ discord_rich_presence.h \
+ discord-rpc.h
# 1. You need to get BASS and put the x86 bass DLL/headers in the project root folder
# AND the compilation output folder. If you want a static link, you'll probably
@@ -87,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 += "$$PWD/bass.dll"
+win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc #"$$PWD/discord-rpc.dll"
android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
CONFIG += c++11