Skip to content

Commit 18beee3

Browse files
chehrlicdanmar
authored andcommitted
added more macros to qt.cfg
1 parent bb9848d commit 18beee3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cfg/qt.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@
7070
</function>
7171
<define name="Q_DECL_EXPORT" value=""/>
7272
<define name="Q_DECL_IMPORT" value=""/>
73+
<define name="Q_DECLARE_FLAGS(x,y)" value=""/>
7374
<define name="Q_DISABLE_COPY(C)" value="C(C&amp;);C&amp; operator=(const C&amp;);"/>
75+
<define name="Q_ENUMS(X)" value=""/>
76+
<define name="Q_FLAGS(X)" value=""/>
77+
<define name="Q_INTERFACES(X)" value=""/>
78+
<define name="Q_OBJECT" value=""/>
7479
<define name="Q_PROPERTY(X)" value=""/>
7580
<podtype name="qint8" sign="s" size="1"/>
7681
<podtype name="qint16" sign="s" size="2"/>

0 commit comments

Comments
 (0)