summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-09-29 14:59:32 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-09-29 13:39:25 +0000
commit3f3359aff5a167b22fbec5836ffd8455fde1a14d (patch)
tree207c63a152efec884bc2577452c04ecb4de7c825
parent38ef07cd810755f6337be7e1c4292af5edbaced1 (diff)
downloadqtgraphicaleffects-3f3359aff5a167b22fbec5836ffd8455fde1a14d.tar.gz
add requires() on quick
quick may be missing even though declarative is built, as it has a conditional on opengl being enabled. consequently, we can't rely on the repo dependency in the top-level repo. Task-number: QTBUG-48498 Change-Id: Ie0e54b991fc5e875a2a51f7a36e95855f726c0c9 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
-rw-r--r--qtgraphicaleffects.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtgraphicaleffects.pro b/qtgraphicaleffects.pro
index 58c33f2..6708610 100644
--- a/qtgraphicaleffects.pro
+++ b/qtgraphicaleffects.pro
@@ -1 +1,3 @@
+requires(qtHaveModule(quick))
+
load(qt_parts)