diff options
Diffstat (limited to 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index c773fb33..20a61d36 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -3,7 +3,7 @@ QT += core gui widgets network TARGET = Attorney_Online TEMPLATE = app -VERSION = 2.7.2.0 +VERSION = 2.6.2.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin @@ -16,14 +16,13 @@ HEADERS += $$files($$PWD/include/*.h) LIBS += -L$$PWD/lib - -#DEFINES += DISCORD +DEFINES += DISCORD contains(DEFINES, DISCORD) { LIBS += -ldiscord-rpc } -#DEFINES += BASSAUDIO +DEFINES += BASSAUDIO contains(DEFINES, BASSAUDIO) { LIBS += -lbass @@ -35,10 +34,6 @@ contains(DEFINES, QTAUDIO) { QT += multimedia } -contains(CONFIG, qml_debug) { -DEFINES += DEBUG_NETWORK -} - macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices @@ -46,24 +41,5 @@ CONFIG += c++14 RESOURCES += resources.qrc -TRANSLATIONS = resource/translations/ao_en.ts \ - resource/translations/ao_jp.ts \ - resource/translations/ao_de.ts \ - resource/translations/ao_ru.ts \ - resource/translations/ao_es.ts \ - resource/translations/ao_pt.ts \ - resource/translations/ao_pl.ts - win32:RC_ICONS = resource/logo.ico macx:ICON = resource/logo.icns - -android:DISTFILES += \ - android/AndroidManifest.xml \ - android/build.gradle \ - android/gradle/wrapper/gradle-wrapper.jar \ - android/gradle/wrapper/gradle-wrapper.properties \ - android/gradlew \ - android/gradlew.bat \ - android/res/values/libs.xml - -ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android |
