| 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_cxx11 1 |
| 24 | |
| 25 | #define QT_FEATURE_cxx14 1 |
| 26 | |
| 27 | #define QT_FEATURE_cxx17 1 |
| 28 | |
| 29 | #define QT_FEATURE_cxx1z 1 |
| 30 | |
| 31 | #define QT_FEATURE_cxx2a -1 |
| 32 | |
| 33 | #define QT_FEATURE_c99 1 |
| 34 | |
| 35 | #define QT_FEATURE_c11 1 |
| 36 | |
| 37 | #define QT_FEATURE_signaling_nan 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 | |
| 48 | #define QT_VERSION_STR "6.0.0" |
| 49 | |
| 50 | #define QT_VERSION_MAJOR 6 |
| 51 | |
| 52 | #define QT_VERSION_MINOR 0 |
| 53 | |
| 54 | #define QT_VERSION_PATCH 0 |
| 55 | #define QT_LARGEFILE_SUPPORT 64 |
| 56 | #define QT_VISIBILITY_AVAILABLE |
| 57 | #define QT_REDUCE_RELOCATIONS |
| 58 | #define QT_COMPILER_SUPPORTS_SSE2 1 |
| 59 | #define QT_COMPILER_SUPPORTS_SSE3 1 |
| 60 | #define QT_COMPILER_SUPPORTS_SSSE3 1 |
| 61 | #define QT_COMPILER_SUPPORTS_SSE4_1 1 |
| 62 | #define QT_COMPILER_SUPPORTS_SSE4_2 1 |
| 63 | #define QT_COMPILER_SUPPORTS_AVX 1 |
| 64 | #define QT_COMPILER_SUPPORTS_F16C 1 |
| 65 | #define QT_COMPILER_SUPPORTS_AVX2 1 |
| 66 | #define QT_COMPILER_SUPPORTS_AVX512F 1 |
| 67 | #define QT_COMPILER_SUPPORTS_AVX512ER 1 |
| 68 | #define QT_COMPILER_SUPPORTS_AVX512CD 1 |
| 69 | #define QT_COMPILER_SUPPORTS_AVX512PF 1 |
| 70 | #define QT_COMPILER_SUPPORTS_AVX512DQ 1 |
| 71 | #define QT_COMPILER_SUPPORTS_AVX512BW 1 |
| 72 | #define QT_COMPILER_SUPPORTS_AVX512VL 1 |
| 73 | #define QT_COMPILER_SUPPORTS_AVX512IFMA 1 |
| 74 | #define QT_COMPILER_SUPPORTS_AVX512VBMI 1 |
| 75 | #define QT_COMPILER_SUPPORTS_RDRND 1 |
| 76 | #define QT_COMPILER_SUPPORTS_RDSEED 1 |
| 77 | #define QT_COMPILER_SUPPORTS_SIMD_ALWAYS 1 |
| 78 | |