From 69bb8a63a5ff1a56629d58e4d03a3bee658c5447 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 10 Mar 2017 12:02:08 +0100 Subject: Add dependency on features.quick-shadereffect Change-Id: Ic57691496b7d4f30dffdb0b34e5f290774985b84 Reviewed-by: Lars Knoll --- qtgraphicaleffects.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qtgraphicaleffects.pro') diff --git a/qtgraphicaleffects.pro b/qtgraphicaleffects.pro index 78adf43..9358333 100644 --- a/qtgraphicaleffects.pro +++ b/qtgraphicaleffects.pro @@ -1,4 +1,9 @@ requires(qtHaveModule(quick)) requires(contains(QT_CONFIG, opengl)) +qtHaveModule(quick) { + QT_FOR_CONFIG += quick-private + requires(qtConfig(quick-shadereffect)) +} + load(qt_parts) -- cgit v1.2.3