aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-03-22 13:07:12 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-04-01 19:45:44 +0000
commitc246633b49f0551de4ae052cfe0f4f9dcdde579e (patch)
treeacea484474073f87efa30f977ab95c8dc6c5d717
parentbf93d869a709393797d5c75e1341dfe5b5a60d14 (diff)
Add 5.12 for the missing binding script
Change-Id: I83d0a8bd3e00d5a88eb8853e0c0b7bf38d209d24 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--missing_bindings.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/missing_bindings.py b/missing_bindings.py
index dfd94912d..8f3c0b808 100644
--- a/missing_bindings.py
+++ b/missing_bindings.py
@@ -217,6 +217,8 @@ qt_documentation_website_prefixes['5.8'] = 'http://doc.qt.io/qt-5.8/'
qt_documentation_website_prefixes['5.9'] = 'http://doc.qt.io/qt-5.9/'
qt_documentation_website_prefixes['5.10'] = 'http://doc.qt.io/qt-5.10/'
qt_documentation_website_prefixes['5.11'] = 'http://doc.qt.io/qt-5.11/'
+qt_documentation_website_prefixes['5.11'] = 'http://doc.qt.io/qt-5.11/'
+qt_documentation_website_prefixes['5.12'] = 'http://doc.qt.io/qt-5.12/'
qt_documentation_website_prefixes['dev'] = 'http://doc-snapshots.qt.io/qt5-dev/'
@@ -239,8 +241,8 @@ parser.add_argument("module",
help="the Qt module for which to get the missing types")
parser.add_argument("--qt-version",
"-v",
- default='5.11',
- choices=['5.6', '5.9', '5.11', 'dev'],
+ default='5.12',
+ choices=['5.6', '5.9', '5.11', '5.12', 'dev'],
type=str,
dest='version',
help="the Qt version to use to check for types")