From 021d89c065e1d813bc78e8f7ab25b7092dd65182 Mon Sep 17 00:00:00 2001 From: argoneus Date: Sun, 4 Nov 2018 19:37:04 +0100 Subject: [PATCH] fixed project file to use qapng and discord rpc correctly --- Attorney_Online_remake.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index cf8b47d..6308dbd 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