diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-07-10 18:15:07 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-07-10 18:29:56 +0200 |
commit | 1987f30831954ce05b6d7908b4866999b2d9b183 (patch) | |
tree | 1794186ffbd08cfcc3d0109705db49f3bb5d45ea | |
parent | 81c5d9cde21df4ef894f8136f1e061e65ac37cfd (diff) | |
download | qtquickcontrols-wip/qt6.tar.gz |
Bump Qt version to Qt 6wip/qt6
Change-Id: I45a24634edcc267381c807fd99687473d14ccd44
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r-- | .qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index 92f4428e..71859568 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -2,4 +2,4 @@ load(qt_build_config) CONFIG += warning_clean android|ios|qnx|isEmpty(QT.widgets.name): CONFIG += no_desktop -MODULE_VERSION = 5.14.0 +MODULE_VERSION = 6.0.0 |