aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-01 12:48:41 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-02 07:27:37 +0000
commit2f30035850c45a69c7dc19c769077b08e857fdc4 (patch)
tree34e87f0b6cef0e1112945f4431cb0e91290caf44 /qt.pro
parente0d4a160f33f35228e2b08ca93c872ef6e8fc891 (diff)
Add qtgraphicaleffects as optional dependency to qtquickcontrols
Since the import of QtQuick.Extras, this is now a dependency Change-Id: Iebd74ab80ea41ef7ff24d5e991003641ffba0b8c Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index 6876dfba..01547d4c 100644
--- a/qt.pro
+++ b/qt.pro
@@ -64,7 +64,7 @@ addModule(qtx11extras, qtbase)
addModule(qtsvg, qtbase)
addModule(qtxmlpatterns, qtbase)
addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns)
-addModule(qtquickcontrols, qtdeclarative)
+addModule(qtquickcontrols, qtdeclarative, qtgraphicaleffects)
addModule(qtmultimedia, qtbase, qtdeclarative)
addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
addModule(qtactiveqt, qtbase)