qdoc: Remove __cplusplus from the defines list
__cplusplus was removed from the list of defines passed to qdoc because it should not be there for clang-qdoc. Change-Id: I32802e68d915f7a5b717f16ba26a1cd57d7ff645 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
1aa3edf3f8
commit
a374e164ef
@ -13,7 +13,6 @@ defines += Q_QDOC \
|
|||||||
QT_DEPRECATED \
|
QT_DEPRECATED \
|
||||||
QT_DEPRECATED_* \
|
QT_DEPRECATED_* \
|
||||||
Q_NO_USING_KEYWORD \
|
Q_NO_USING_KEYWORD \
|
||||||
__cplusplus \
|
|
||||||
Q_OS_.* \
|
Q_OS_.* \
|
||||||
Q_STDLIB_UNICODE_STRINGS \
|
Q_STDLIB_UNICODE_STRINGS \
|
||||||
Q_COMPILER_INITIALIZER_LISTS \
|
Q_COMPILER_INITIALIZER_LISTS \
|
||||||
@ -21,8 +20,7 @@ defines += Q_QDOC \
|
|||||||
Q_COMPILER_UNIFORM_INIT \
|
Q_COMPILER_UNIFORM_INIT \
|
||||||
Q_COMPILER_RVALUE_REFS
|
Q_COMPILER_RVALUE_REFS
|
||||||
|
|
||||||
clangdefines += __cplusplus \
|
clangdefines += Q_QDOC \
|
||||||
Q_QDOC \
|
|
||||||
Q_CLANG_QDOC \
|
Q_CLANG_QDOC \
|
||||||
QT_COMPAT \
|
QT_COMPAT \
|
||||||
QT3_SUPPORT \
|
QT3_SUPPORT \
|
||||||
|
Loading…
Reference in New Issue
Block a user