summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-09-03 13:58:13 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-03 17:27:26 +0200
commit96511cd88bcbbb5c75525329e295735e326b9bc0 (patch)
tree2ed5bc64bcf28c87557b18b4689de479820dc03f /.qmake.conf
parent09e53e79c6212f0981eb0223d80acd070eedd491 (diff)
Hardcode the module version to not confuse syncqt.pl
syncqt.pl uses a combination of echo and sed to retrieve the module version. It cannot run qmake, which would be necessary for evaluating the version dynamically. Change-Id: Ibdd95da5dc26edf18f005ab7f82e83136acd795e Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 005d226fc..61a377b80 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -4,8 +4,4 @@ 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.
-QTWEBENGINE_MAJOR = $$system(python -c \"print($$QT_MAJOR_VERSION - 4)\")
-QTWEBENGINE_MINOR = $$system(python -c \"print($$QT_MINOR_VERSION - 4)\")
-QTWEBENGINE_PATCH = $$QT_PATCH_VERSION
-
-MODULE_VERSION = $${QTWEBENGINE_MAJOR}.$${QTWEBENGINE_MINOR}.$${QTWEBENGINE_PATCH}
+MODULE_VERSION = 1.0.0