diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2017-11-17 10:45:38 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2017-11-17 10:45:38 -0600 |
| commit | 0770c8f5bf2b9338f23ca61cde18b46c85d4b389 (patch) | |
| tree | 9579c64e6311d8575c6a5ed9f0f1bdf0084e48a2 /Attorney_Online_remake.pro | |
| parent | 32df766e618ed1d7ab9daa6278361fb76eec49e8 (diff) | |
Compatibility with older Qt versions
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 485b4de4..673ae248 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -82,6 +82,8 @@ unix:LIBS += -L$$PWD -lbass win32:LIBS += "$$PWD/bass.dll" android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass +CONFIG += c++11 + ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android RESOURCES += \ |
