summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-31 20:51:42 +0100
committerBrett Stottlemyer <bstottle@ford.com>2017-01-31 21:31:00 +0000
commit2263e9381879cba4f8c692e203f75e2b8cf54a2e (patch)
tree02ccda9c0f51ae28415392d9d81cf12a1a7ed2f8 /.qmake.conf
parent57184603853d1e6ee75327c97def923943c646dd (diff)
fix module version
Change-Id: I413ffc86f35119892401930f2627c812859a86ca Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 104bd85..6c8b4e3 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,5 +1,7 @@
load(qt_build_config)
CONFIG += qt_example_installs
-MODULE_VERSION = 5.6.2
+
+MODULE_VERSION = 5.9.0
+
top_srcdir=$$PWD
top_builddir=$$shadowed($$PWD)