From 3f8cddf6208eedab70ff481dbefd90b7c1553d39 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 7 Sep 2017 12:48:43 -0700 Subject: Express dependency on QtScript This properly skips the module build if QtScript is not available. We also remove the !winrt check since this is implied by and as a result of !qtHaveModule(script). Change-Id: Ia94e90ff65131a36f64e4839c4aeef9fd0d1c845 Reviewed-by: Gabriel de Dietrich --- qtquick1.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qtquick1.pro b/qtquick1.pro index e5b75edb..a71423f4 100644 --- a/qtquick1.pro +++ b/qtquick1.pro @@ -1,4 +1,3 @@ -requires(!winrt) -requires(qtHaveModule(widgets)) +requires(qtHaveModule(script):qtHaveModule(widgets)) load(qt_parts) -- cgit v1.2.3