Back to home page

EIC code displayed by LXR

 
 

    


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 // Copyright (C) 2022 Intel Corporation
0002 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0003 
0004 #ifndef QTCONFIGINCLUDE_H
0005 #define QTCONFIGINCLUDE_H
0006 
0007 #if 0
0008 #  pragma qt_sync_stop_processing
0009 #endif
0010 
0011 #include <QtCore/qconfig.h>
0012 
0013 #ifdef QT_BOOTSTRAPPED
0014 // qconfig-bootstrapped.h is not supposed to be a part of the synced header files. So we find it by
0015 // the include path specified for Bootstrap library in the source tree instead of the build tree as
0016 // it's done for regular header files.
0017 #include "qconfig-bootstrapped.h"
0018 #else
0019 #include <QtCore/qtcore-config.h>
0020 #endif
0021 
0022 #endif // QTCONFIGINCLUDE_H