From 2f30035850c45a69c7dc19c769077b08e857fdc4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 1 Jun 2015 12:48:41 +0200 Subject: [PATCH] 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 Reviewed-by: Mitch Curtis --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)