diff options
| author | argoneus <argoneuscze@gmail.com> | 2018-11-04 19:37:04 +0100 |
|---|---|---|
| committer | argoneus <argoneuscze@gmail.com> | 2018-11-04 19:37:04 +0100 |
| commit | 021d89c065e1d813bc78e8f7ab25b7092dd65182 (patch) | |
| tree | 7ea9e7905053f8f46359234e08aa2d463880d581 | |
| parent | 2c5ef116ebc19e9b57d64a776172efea8d510cef (diff) | |
fixed project file to use qapng and discord rpc correctly
| -rw-r--r-- | Attorney_Online_remake.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index cf8b47de..6308dbde 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -5,7 +5,6 @@ #------------------------------------------------- QT += core gui multimedia network -QTPLUGIN += qapng greaterThan(QT_MAJOR_VERSION, 4): QT += widgets RC_ICONS = logo.ico @@ -88,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" -L$$PWD "$$PWD/discord-rpc.dll" -lpng -lqapng -lz +win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc -L$$PWD android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass CONFIG += c++11 |
