1#define QT_FEATURE_shared 1
2
3#define QT_FEATURE_static -1
4
5#define QT_FEATURE_cross_compile -1
6
7#define QT_FEATURE_pkg_config 1
8
9#define QT_FEATURE_debug_and_release -1
10
11#define QT_FEATURE_separate_debug_info -1
12
13#define QT_FEATURE_appstore_compliant -1
14
15#define QT_FEATURE_simulator_and_device -1
16
17#define QT_FEATURE_rpath 1
18
19#define QT_FEATURE_force_asserts -1
20
21#define QT_FEATURE_framework -1
22
23#define QT_FEATURE_cxx20 -1
24
25#define QT_FEATURE_cxx2a -1
26
27#define QT_FEATURE_cxx2b -1
28
29#define QT_FEATURE_reduce_relocations -1
30
31#define QT_FEATURE_signaling_nan 1
32
33#define QT_FEATURE_wasm_simd128 -1
34
35#define QT_FEATURE_wasm_exceptions -1
36
37#define QT_FEATURE_zstd 1
38
39#define QT_FEATURE_thread 1
40
41#define QT_FEATURE_future 1
42
43#define QT_FEATURE_concurrent 1
44
45#define QT_FEATURE_dbus 1
46
47#define QT_FEATURE_openssl_linked 1
48
49#define QT_FEATURE_opensslv11 -1
50
51#define QT_FEATURE_opensslv30 1
52
53
54#define QT_VERSION_STR "6.7.2"
55
56#define QT_VERSION_MAJOR 6
57
58#define QT_VERSION_MINOR 7
59
60#define QT_VERSION_PATCH 2
61
62#define QT_COPYRIGHT "Copyright (C) The Qt Company Ltd. and other contributors."
63#define QT_LARGEFILE_SUPPORT 64
64#define QT_VISIBILITY_AVAILABLE
65#define QT_COMPILER_SUPPORTS_SSE2 1
66#define QT_COMPILER_SUPPORTS_SSE3 1
67#define QT_COMPILER_SUPPORTS_SSSE3 1
68#define QT_COMPILER_SUPPORTS_SSE4_1 1
69#define QT_COMPILER_SUPPORTS_SSE4_2 1
70#define QT_COMPILER_SUPPORTS_AVX 1
71#define QT_COMPILER_SUPPORTS_F16C 1
72#define QT_COMPILER_SUPPORTS_AVX2 1
73#define QT_COMPILER_SUPPORTS_AVX512F 1
74#define QT_COMPILER_SUPPORTS_AVX512ER 1
75#define QT_COMPILER_SUPPORTS_AVX512CD 1
76#define QT_COMPILER_SUPPORTS_AVX512PF 1
77#define QT_COMPILER_SUPPORTS_AVX512DQ 1
78#define QT_COMPILER_SUPPORTS_AVX512BW 1
79#define QT_COMPILER_SUPPORTS_AVX512VL 1
80#define QT_COMPILER_SUPPORTS_AVX512IFMA 1
81#define QT_COMPILER_SUPPORTS_AVX512VBMI 1
82#define QT_COMPILER_SUPPORTS_AVX512VBMI2 1
83#define QT_COMPILER_SUPPORTS_AES 1
84#define QT_COMPILER_SUPPORTS_VAES 1
85#define QT_COMPILER_SUPPORTS_RDRND 1
86#define QT_COMPILER_SUPPORTS_RDSEED 1
87#define QT_COMPILER_SUPPORTS_SHA 1
88#define QT_LINKED_OPENSSL
89