diff options
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 1b36f61a..62a7dc98 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -9,10 +9,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets RC_ICONS = logo.ico -TARGET = Attorney_Online_remake +TARGET = Attorney_Online TEMPLATE = app -VERSION = 2.5.1.0 +VERSION = 2.6.0.0 SOURCES += main.cpp\ lobby.cpp \ @@ -47,7 +47,10 @@ SOURCES += main.cpp\ aolineedit.cpp \ aotextedit.cpp \ aoevidencedisplay.cpp \ - discord_rich_presence.cpp + discord_rich_presence.cpp \ + aooptionsdialog.cpp \ + chatlogpiece.cpp \ + aocaseannouncerdialog.cpp HEADERS += lobby.h \ aoimage.h \ @@ -68,7 +71,6 @@ HEADERS += lobby.h \ misc_functions.h \ aocharmovie.h \ aoemotebutton.h \ - bass.h \ aosfxplayer.h \ aomusicplayer.h \ aoblipplayer.h \ @@ -78,7 +80,11 @@ HEADERS += lobby.h \ aotextedit.h \ aoevidencedisplay.h \ discord_rich_presence.h \ - discord-rpc.h + discord-rpc.h \ + aooptionsdialog.h \ + text_file_functions.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 @@ -88,12 +94,9 @@ HEADERS += lobby.h \ # QMake, so this step must be manual. unix:LIBS += -L$$PWD -lbass -ldiscord-rpc win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc -android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass CONFIG += c++11 -ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android - RESOURCES += \ resources.qrc |
