qt: Enable DISABLE_PERFECT_AI when build with qmake (WAR)

This commit is contained in:
Calcitem 2021-01-24 14:44:46 +08:00
parent e2f87cb477
commit 206cf2ec33
2 changed files with 4 additions and 0 deletions

View File

@ -52,9 +52,11 @@
//#define PVS_AI
#define MTDF_AI
#ifndef DISABLE_PERFECT_AI
#ifdef _MSC_VER
#define PERFECT_AI_SUPPORT
#endif
#endif
//#define PERFECT_AI_TEST

View File

@ -98,6 +98,8 @@ RC_FILE += millgame.rc
TRANSLATIONS += millgame-qt_zh_CN.ts
DEFINES += DISABLE_PERFECT_AI
# Mobile App support
#DEFINES += MOBILE_APP_UI