qt: Enable DISABLE_PERFECT_AI when build with qmake (WAR)
This commit is contained in:
parent
e2f87cb477
commit
206cf2ec33
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue