qt.cfg: Add macro Q_CLASSINFO()
Fix unknownMacro found by daca@home
This commit is contained in:
parent
ecc83e9f3b
commit
693dcf9671
|
@ -1264,6 +1264,7 @@
|
|||
<!-- TODO: Enable when ticket 8479 got fixed
|
||||
<define name="Q_D(Class)" value="Class##Private * const d = d_func()"/>
|
||||
-->
|
||||
<define name="Q_CLASSINFO(Name, Value)" value=""/>
|
||||
<define name="Q_DECL_EXPORT" value=""/>
|
||||
<define name="Q_DECL_IMPORT" value=""/>
|
||||
<define name="Q_DECLARE_FLAGS(x,y)" value=""/>
|
||||
|
|
Loading…
Reference in New Issue