aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-03-10 12:02:08 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-03-13 10:55:18 +0000
commit69bb8a63a5ff1a56629d58e4d03a3bee658c5447 (patch)
tree7385785cdfd23c57a9c55382c644172e0ee21eb9
parentb934d46c2255391ea2b301974542bc0190bf5f72 (diff)
Add dependency on features.quick-shadereffectv5.9.0-beta1
Change-Id: Ic57691496b7d4f30dffdb0b34e5f290774985b84 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--qtgraphicaleffects.pro5
1 files changed, 5 insertions, 0 deletions
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)