From c246633b49f0551de4ae052cfe0f4f9dcdde579e Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Fri, 22 Mar 2019 13:07:12 +0100 Subject: Add 5.12 for the missing binding script Change-Id: I83d0a8bd3e00d5a88eb8853e0c0b7bf38d209d24 Reviewed-by: Friedemann Kleint --- missing_bindings.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'missing_bindings.py') 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") -- cgit v1.2.3