summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/global/qcompilerdetection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h
index b76a2ed978..42c7d04128 100644
--- a/src/corelib/global/qcompilerdetection.h
+++ b/src/corelib/global/qcompilerdetection.h
@@ -483,6 +483,12 @@
# define Q_COMPILER_UNICODE_STRINGS
# define Q_COMPILER_VARIADIC_TEMPLATES
# endif
+# if __INTEL_COMPILER >= 1300
+// constexpr support is only partial
+//# define Q_COMPILER_CONSTEXPR
+# define Q_COMPILER_INITIALIZER_LISTS
+# define Q_COMPILER_NOEXCEPT
+# endif
# endif
#endif