From 0c4ec778f53d8ff9e5503e66b26ea61d4c10b700 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 29 Sep 2015 13:00:17 +0200 Subject: declare qtgraphicaleffects before qtquickcontrols otherwise the dependency is botched. amends 30e19df5b. Change-Id: I8e17d2f91c7c55c49be6239268f928ae4577d17c Reviewed-by: Mitch Curtis --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index 7ae7905e..6e7096d3 100644 --- a/qt.pro +++ b/qt.pro @@ -66,6 +66,7 @@ addModule(qtx11extras, qtbase) addModule(qtsvg, qtbase) addModule(qtxmlpatterns, qtbase) addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns) +addModule(qtgraphicaleffects, qtdeclarative) addModule(qtquickcontrols, qtdeclarative, qtgraphicaleffects) addModule(qtquickcontrols2, qtquickcontrols) addModule(qtmultimedia, qtbase, qtdeclarative) @@ -84,7 +85,6 @@ addModule(qtwebkit-examples, qtwebkit qttools) addModule(qtimageformats, qtbase) addModule(qt3d, qtdeclarative qtimageformats) addModule(qtcanvas3d, qtdeclarative) -addModule(qtgraphicaleffects, qtdeclarative) addModule(qtscript, qtbase, qttools) addModule(qtquick1, qtscript, qtsvg qtxmlpatterns) addModule(qtdocgallery, qtdeclarative) -- cgit v1.2.3