summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-10 15:42:30 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-11 15:36:01 +0200
commit88d5cb119658310d1751e6162123a000ad078b99 (patch)
tree26819109d9cccc625e02bbc5a1d552521423e596 /.qmake.conf
parent50f79d4bfbfd1007fa3c75132dfc945ad39ac716 (diff)
Use the same version scheme as other Qt modules
After trying to get rid of all private header includes, the last standing one is qplatformnativeinterface.h even though its name previously suggested that it isn't private. This would be a complicated piece to expose publically in a way both flexible and binary compatible, and is a task heavy enough to justify committing to follow Qt's release cycle. The QML import version remains to 1.0 and will be incremented the same manner as QtQuick itself does. Change-Id: I6fab5f229d9f79dbc7a3e82d65ad324020929863 Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 61a377b80..cbd25f247 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,6 +2,4 @@ QMAKEPATH += $$PWD/tools/qmake
load(qt_build_config)
CONFIG += qt_example_installs
-# We released 1.0.0 together with 5.4.0. Since then we're 4 majors
-# and 4 minors behind, until we need to release standalone.
-MODULE_VERSION = 1.0.0
+MODULE_VERSION = 5.4.0