diff options
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 756a25b4..b3f93b1e 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets RC_ICONS = logo.ico -TARGET = Attorney_Online_CC +TARGET = Attorney_Online TEMPLATE = app VERSION = 2.4.10.0 @@ -72,7 +72,6 @@ HEADERS += lobby.h \ misc_functions.h \ aocharmovie.h \ aoemotebutton.h \ - bass.h \ aosfxplayer.h \ aomusicplayer.h \ aoblipplayer.h \ @@ -88,15 +87,11 @@ HEADERS += lobby.h \ chatlogpiece.h \ aocaseannouncerdialog.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 -# need the .lib file too. MinGW-GCC is really finicky finding BASS, it seems. -# 2. You need to compile the Discord Rich Presence SDK separately and add the lib/headers -# 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" -android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass +# You need to compile the Discord Rich Presence SDK separately and add the lib/headers. +# Discord RPC uses CMake, which does not play nicely with QMake, so this step must be manual. + +unix:LIBS += -L$$PWD -ldiscord-rpc -lbass +win32:LIBS += -L$$PWD -ldiscord-rpc #"$$PWD/discord-rpc.dll" CONFIG += c++11 |
