Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtconfiginclude.h
Go to the documentation of this file.
1// Copyright (C) 2022 Intel Corporation
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QTCONFIGINCLUDE_H
6#define QTCONFIGINCLUDE_H
7
8#if 0
9# pragma qt_sync_stop_processing
10#endif
11
12#ifdef __cplusplus
13# if __has_include(<version>) /* remove this check once Integrity, QNX have caught up */
14# include <version>
15# endif
16#endif
17
18#include <QtCore/qconfig.h>
19
20#ifdef QT_BOOTSTRAPPED
21// qconfig-bootstrapped.h is not supposed to be a part of the synced header files. So we find it by
22// the include path specified for Bootstrap library in the source tree instead of the build tree as
23// it's done for regular header files.
24#include "qconfig-bootstrapped.h"
25#else
26#include <QtCore/qtcore-config.h>
27#endif
28
29#endif // QTCONFIGINCLUDE_H
Non-template base class of QStaticByteArrayMatcher.
Combined button and popup list for selecting options.
static QT_BEGIN_NAMESPACE void bm_init_skiptable(const uchar *cc, qsizetype len, uchar *skiptable)
static qsizetype bm_find(const uchar *cc, qsizetype l, qsizetype index, const uchar *puc, qsizetype pl, const uchar *skiptable)
static qsizetype qFindByteArray(const char *haystack0, qsizetype l, qsizetype from, const char *needle, qsizetype sl)
#define __has_include(x)