From e00ca9b6bec2adf78fd14e02376ecf1b55a93b0c Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Thu, 23 Mar 2017 00:03:54 +0200 Subject: Exclude the QtScript module from INTEGRITY build This module is not (yet) supported on INTEGRITY and therefore we'll exclude it from the CI build. Change-Id: Icb882923b0d78e0c2e1e5167ce5c5778ac22a030 Reviewed-by: Simon Hausmann --- qtscript.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtscript.pro b/qtscript.pro index 62840da..73de3cb 100644 --- a/qtscript.pro +++ b/qtscript.pro @@ -1,3 +1,3 @@ -requires(!winrt) +requires(!integrity:!winrt) load(qt_parts) -- cgit v1.2.1 From ab816ddbfeca2ff6dadca0a31de168f1a5a3f7f4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 10 May 2017 19:06:41 +0200 Subject: Bump version Change-Id: I6f1f2345895c7dfaabd7685104da47c3895810ec --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index 757ebf5..ab6325a 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -3,4 +3,4 @@ android|boot2qt: CONFIG -= headersclean DEFINES += QT_NO_FOREACH -MODULE_VERSION = 5.9.0 +MODULE_VERSION = 5.9.1 -- cgit v1.2.1