diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2013-09-22 19:44:41 -0700 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-24 19:09:04 +0200 |
commit | c76e112014b639a226ad8ae132693ce4d0f03136 (patch) | |
tree | 887e35d84e5fc02fcc56adf5a1f9feb06f20e088 /.qmake.conf | |
parent | 506541c8fca13e6f42b62b5e295513d10a4e5282 (diff) | |
download | qtscript-c76e112014b639a226ad8ae132693ce4d0f03136.tar.gz |
Bump qtscript version to 5.3.0
Change-Id: I8e11b25e902e1d39e1f3f504c6e86a98d86304b6
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index 4baafa8..efd0e68 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) CONFIG += qt_example_installs -MODULE_VERSION = 5.2.0 +MODULE_VERSION = 5.3.0 |