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
qconfig-bootstrapped.h
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4//
5// W A R N I N G
6// -------------
7//
8// This file is not part of the Qt API. It exists purely as an
9// implementation detail. This header file may change from version to
10// version without notice, or even be removed.
11//
12// We mean it.
13//
14// Despite its file name, this really is not a public header.
15// It is an implementation detail of the private bootstrap library.
16//
17
18#if 0
19// silence syncqt warnings
20#pragma qt_sync_skip_header_check
21#pragma qt_sync_stop_processing
22#endif
23
24#ifdef QT_BOOTSTRAPPED
25
26#include <stdlib.h> // for __GLIBC_PREREQ
27
28#ifndef QT_NO_EXCEPTIONS
29#define QT_NO_EXCEPTIONS
30#endif
31
32#undef QT_DEBUG
33#undef QT_FORCE_ASSERTS
34#ifndef QT_NO_DEBUG
35# define QT_NO_DEBUG
36#endif
37#define QT_NO_DEBUG_OUTPUT
38#define QT_NO_DEBUG_STREAM
39#define QT_NO_INFO_OUTPUT
40#define QT_NO_WARNING_OUTPUT
41
42#define QT_NO_USING_NAMESPACE
43#define QT_NO_DEPRECATED
44
45// Keep feature-test macros in alphabetic order by feature name:
46#define QT_FEATURE_cborstreamreader -1
47#define QT_FEATURE_cborstreamwriter 1
48#define QT_FEATURE_commandlineparser 1
49#define QT_NO_COMPRESS
50#define QT_FEATURE_copy_file_range -1
51#define QT_FEATURE_cxx17_filesystem -1
52#define QT_NO_DATASTREAM
53#define QT_FEATURE_datestring 1
54#define QT_FEATURE_datetimeparser -1
55#define QT_FEATURE_dup3 -1
56#define QT_FEATURE_easingcurve -1
57#define QT_FEATURE_etw -1
58#define QT_FEATURE_futimens -1
59#undef QT_FEATURE_future
60#define QT_FEATURE_future -1
61#define QT_FEATURE_hijricalendar -1
62#define QT_FEATURE_icu -1
63#define QT_FEATURE_itemmodel -1
64#define QT_FEATURE_islamiccivilcalendar -1
65#define QT_FEATURE_jalalicalendar -1
66#define QT_FEATURE_jemalloc -1
67#define QT_FEATURE_journald -1
68#define QT_FEATURE_library -1
69#ifdef __linux__
70# define QT_FEATURE_linkat 1
71#else
72# define QT_FEATURE_linkat -1
73#endif
74#define QT_FEATURE_lttng -1
75#define QT_FEATURE_memmem -1
76#define QT_FEATURE_memrchr -1
77#define QT_NO_QOBJECT
78#define QT_FEATURE_permissions -1
79#define QT_FEATURE_process -1
80#define QT_FEATURE_regularexpression 1
81#ifdef __GLIBC_PREREQ
82# define QT_FEATURE_renameat2 (__GLIBC_PREREQ(2, 28) ? 1 : -1)
83#else
84# define QT_FEATURE_renameat2 -1
85#endif
86#define QT_FEATURE_shortcut -1
87#define QT_FEATURE_slog2 -1
88#define QT_FEATURE_syslog -1
89#define QT_NO_SYSTEMLOCALE
90#define QT_FEATURE_temporaryfile -1
91#define QT_FEATURE_textdate 1
92#undef QT_FEATURE_thread
93#define QT_FEATURE_thread -1
94#define QT_FEATURE_timezone -1
95#define QT_FEATURE_topleveldomain -1
96#define QT_NO_TRANSLATION
97#define QT_FEATURE_translation -1
98#define QT_NO_VARIANT -1
99#define QT_FEATURE_winsdkicu -1
100
101#endif // QT_BOOTSTRAPPED