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