summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-07-15 03:30:53 -0700
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-07-16 23:04:34 +0000
commit0b6bf289fdffd731af13ad80f1008001a1423dbd (patch)
treed86c4c0642578ef247afe9ee3801f3895d095ae3
parent184d80f5a0d6764745ab77487620eb41679226f0 (diff)
Update OS version constants in qsystemdetection.h
Change-Id: I8c8fa8861280948bf8488c4465a359858bb625e0 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-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__