FaceAccess/Linguist/mainUi/debug.h
2024-07-11 11:27:12 +08:00

25 lines
336 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef DEBUG_H
#define DEBUG_H
//#define x86
//#define DEBUG_MODE
#ifdef x86
#define GATE_FACE_PRJ
#define LANGUAGE_TYPE 2 //繁体1 英文2
#define LANGUAGE_DIR_PATH "Z:\\a038\\source\\GateFaceHisi\\View\\build-qt-a038-Desktop_Qt_5_12_3_MinGW_64_bit-Debug\\debug"
#endif
#endif // DEBUG_H