aboutsummaryrefslogtreecommitdiffstats
path: root/parser/rpp/pp-qt-configuration
blob: 206c3d64392085b502b7bd0711eebdc4bf54194e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#define __cplusplus 1

#define __STDC__

// Qt
#define QOBJECTDEFS_H

// not yet supported
#define Q_SLOTS slots
#define Q_SIGNALS signals
#define Q_FLAGS(a)
#define Q_PRIVATE_SLOT(a, b)
#define Q_DECLARE_INTERFACE(a,b)
#define Q_INTERFACES(a)
#define Q_GADGET
#define Q_OVERRIDE(a)
#define Q_OS_OS2
#define Q_NO_USING_KEYWORD
#define QT_NO_QOBJECT_CHECK
#define QT_NO_MEMBER_TEMPLATES
// There are symbols in Qt that exist in Debug but
// not in release
#define QT_NO_DEBUG