summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qsystemdetection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qsystemdetection.h')
-rw-r--r--src/corelib/global/qsystemdetection.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h
index 3133b4a719..4a2c3f79bb 100644
--- a/src/corelib/global/qsystemdetection.h
+++ b/src/corelib/global/qsystemdetection.h
@@ -267,6 +267,9 @@
# if !defined(__MAC_10_12)
# define __MAC_10_12 101200
# endif
+# if !defined(__MAC_10_13)
+# define __MAC_10_13 101300
+# endif
# if !defined(MAC_OS_X_VERSION_10_7)
# define MAC_OS_X_VERSION_10_7 1070
# endif
@@ -285,6 +288,9 @@
# if !defined(MAC_OS_X_VERSION_10_12)
# define MAC_OS_X_VERSION_10_12 101200
# endif
+# if !defined(MAC_OS_X_VERSION_10_13)
+# define MAC_OS_X_VERSION_10_13 101300
+# endif
#
# if !defined(__IPHONE_4_3)
# define __IPHONE_4_3 40300
@@ -337,6 +343,18 @@
# if !defined(__IPHONE_10_0)
# define __IPHONE_10_0 100000
# endif
+# if !defined(__IPHONE_10_1)
+# define __IPHONE_10_1 100100
+# endif
+# if !defined(__IPHONE_10_2)
+# define __IPHONE_10_2 100200
+# endif
+# if !defined(__IPHONE_10_3)
+# define __IPHONE_10_3 100300
+# endif
+# if !defined(__IPHONE_11_0)
+# define __IPHONE_11_0 110000
+# endif
#endif
#ifdef __LSB_VERSION__