mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-09 15:25:38 +00:00
* On windows it's strongly desired to be able to compile straight out of a clean checkout or source download. This means anyone can download the source and investigate something quickly, without having to worry about the hassle of figuring out how the project downloads 3rd party dependencies, fetching them, getting them registered in the right place. * This can't be put in a submodule as git submodules don't get downloaded by default so people new to git will get confusing compilation messages, and someone downloading the source from github directly without cloning via git won't get submodules included. * It does add some extra size to a fresh download/checkout which is unfortunate, but absolutely worth the cost. Shallow checkouts still aren't unfeasibly large, and it's only a one-off cost at clone time.
30 lines
969 B
C
30 lines
969 B
C
#define QT_FEATURE_cross_compile -1
|
|
#define QT_FEATURE_framework -1
|
|
#define QT_FEATURE_rpath -1
|
|
#define QT_FEATURE_shared 1
|
|
#define QT_FEATURE_appstore_compliant -1
|
|
#define QT_COMPILER_SUPPORTS_SSE2 1
|
|
#define QT_COMPILER_SUPPORTS_SSE3 1
|
|
#define QT_COMPILER_SUPPORTS_SSSE3 1
|
|
#define QT_COMPILER_SUPPORTS_SSE4_1 1
|
|
#define QT_COMPILER_SUPPORTS_SSE4_2 1
|
|
#define QT_COMPILER_SUPPORTS_AVX 1
|
|
#define QT_COMPILER_SUPPORTS_AVX2 1
|
|
#define QT_FEATURE_debug_and_release 1
|
|
#define QT_FEATURE_build_all 1
|
|
#define QT_FEATURE_c__11 1
|
|
#define QT_FEATURE_c__14 -1
|
|
#define QT_FEATURE_c__1z -1
|
|
#define QT_FEATURE_concurrent 1
|
|
#define QT_FEATURE_pkg_config -1
|
|
#define QT_COMPILER_SUPPORTS_F16C 1
|
|
#define QT_FEATURE_force_asserts -1
|
|
#define QT_LARGEFILE_SUPPORT 64
|
|
#define QT_FEATURE_separate_debug_info -1
|
|
#define QT_FEATURE_simulator_and_device -1
|
|
#define QT_FEATURE_static -1
|
|
#define QT_VERSION_STR "5.9.4"
|
|
#define QT_VERSION_MAJOR 5
|
|
#define QT_VERSION_MINOR 9
|
|
#define QT_VERSION_PATCH 4
|