Warning, file /include/QtCore/qtconfiginclude.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004 #ifndef QTCONFIGINCLUDE_H
0005 #define QTCONFIGINCLUDE_H
0006
0007 #if 0
0008 # pragma qt_sync_stop_processing
0009 #endif
0010
0011 #ifdef __cplusplus
0012 # if __has_include(<version>)
0013 # include <version>
0014 # endif
0015 #endif
0016
0017 #include <QtCore/qconfig.h>
0018
0019 #ifdef QT_BOOTSTRAPPED
0020
0021
0022
0023 #include "qconfig-bootstrapped.h"
0024 #else
0025 #include <QtCore/qtcore-config.h>
0026 #endif
0027
0028 #endif