diff options
| author | wewlad1 <30403438+wewlad1@users.noreply.github.com> | 2018-10-20 08:21:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-20 08:21:11 -0700 |
| commit | c3db67c64373bbb196aac5929525fd9dd10cce7b (patch) | |
| tree | fe6856f601de592656cf03204f111ee6da04ff7f /Attorney_Online_remake.pro | |
| parent | 7e20b50b4fd48c8fe49bf1440dcf25910db86960 (diff) | |
| parent | 462ece38c7bfb57305b77ec34561aa914b5bdc92 (diff) | |
Merge pull request #6 from Iamgoofball/apng_tes
APNG Support/2.6.0
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 24ecf7d6..cf8b47de 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -5,7 +5,7 @@ #------------------------------------------------- QT += core gui multimedia network - +QTPLUGIN += qapng greaterThan(QT_MAJOR_VERSION, 4): QT += widgets RC_ICONS = logo.ico @@ -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" -L$$PWD "$$PWD/discord-rpc.dll" +win32:LIBS += -L$$PWD "$$PWD/bass.dll" -L$$PWD "$$PWD/discord-rpc.dll" -lpng -lqapng -lz android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass CONFIG += c++11 |
