Skip qtconfigmacros.h processing by syncqt

Task-number: QTBUG-87480
Change-Id: I9c54ca30f693adda90e08e354127b0e9ea38651e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2022-10-03 20:24:43 +02:00
parent e4d317e36f
commit b254eff695

View File

@ -4,6 +4,9 @@
#ifndef QTCONFIGMACROS_H
#define QTCONFIGMACROS_H
#if 0
# pragma qt_sync_stop_processing
#endif
#ifdef QT_BOOTSTRAPPED
// qconfig-bootstrapped.h is not supposed to be a part of the synced header files. So we find it by
// the include path specified for Bootstrap library in the source tree instead of the build tree as
@ -154,8 +157,4 @@ namespace QT_NAMESPACE {}
# define QT_END_MOC_NAMESPACE
#endif
/* silence syncqt warning */
QT_BEGIN_NAMESPACE
QT_END_NAMESPACE
#endif /* QTCONFIGMACROS_H */