early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/qtbase/clang-cl_source_location.patch
vendored
Executable file
14
externals/vcpkg/ports/qtbase/clang-cl_source_location.patch
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
diff --git a/src/corelib/kernel/qproperty.h b/src/corelib/kernel/qproperty.h
|
||||
index 823b2057b..4a8cd4fa8 100644
|
||||
--- a/src/corelib/kernel/qproperty.h
|
||||
+++ b/src/corelib/kernel/qproperty.h
|
||||
@@ -49,8 +49,8 @@
|
||||
|
||||
#include <QtCore/qpropertyprivate.h>
|
||||
|
||||
-#if __has_include(<source_location>) && __cplusplus >= 202002L && !defined(Q_CLANG_QDOC)
|
||||
+#if __has_include(<source_location>) && __cplusplus >= 202002L && !defined(Q_CLANG_QDOC) && defined(__cpp_consteval)
|
||||
#include <source_location>
|
||||
#if defined(__cpp_lib_source_location)
|
||||
#define QT_SOURCE_LOCATION_NAMESPACE std
|
||||
#define QT_PROPERTY_COLLECT_BINDING_LOCATION
|
Reference in New Issue
Block a user