diff options
author | Jani Heikkinen <jani.heikkinen@qt.io> | 2021-10-04 11:46:13 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2021-10-04 11:46:13 +0300 |
commit | 3fa3824bdf1eacf00e96fc2f34ce5709acc56663 (patch) | |
tree | fe969500697421ffb1372b758e87abff83ed88d6 | |
parent | 8b9258bea9928718827f19e3f2de43ad2e06f863 (diff) | |
download | qtquickcontrols-5.12.12.tar.gz |
Change-Id: I7d4fe90ea2ea8fdcf37be0c304d765a153d33af4
-rw-r--r-- | .qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index 10e706db..f1dfbb7f 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.12.11 +MODULE_VERSION = 5.12.12 |