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
4#ifndef QTCONFIGINCLUDE_H
5#define QTCONFIGINCLUDE_H
6
7#if 0
8# pragma qt_sync_stop_processing
9#endif
10
11#ifdef __cplusplus
12# if __has_include(<version>) /* remove this check once Integrity, QNX have caught up */
13# include <version>
14# endif
15#endif
16
17#include <QtCore/qconfig.h>
18
19#ifdef QT_BOOTSTRAPPED
20// qconfig-bootstrapped.h is not supposed to be a part of the synced header files. So we find it by
21// the include path specified for Bootstrap library in the source tree instead of the build tree as
22// it's done for regular header files.
23#include "qconfig-bootstrapped.h"
24#else
25#include <QtCore/qtcore-config.h>
26#endif
27
28#endif // QTCONFIGINCLUDE_H
Non-template base class of QStaticByteArrayMatcher.
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)