qt.cfg: Add macro Q_CLASSINFO()

Fix unknownMacro found by daca@home
This commit is contained in:
versat 2019-01-25 14:44:10 +01:00
parent ecc83e9f3b
commit 693dcf9671
1 changed files with 1 additions and 0 deletions

View File

@ -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=""/>