Remove the qtquickcontrols2 dependency on qtgraphicaleffects

The Material style uses its own shader effects, and
recent patches did the same for the Imagine style.
There were some auto tests that have been made to only
run if qtgraphicaleffects is available.

Change-Id: Ifcfcad9591d2a0a8d5ebed505566cd0103dd9176
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
Tasuku Suzuki
2017-06-20 11:34:53 +09:00
committed by Mitch Curtis
parent fa58a227cd
commit 598f82300a

4
.gitmodules vendored
View File

@@ -225,8 +225,8 @@
branch = dev
status = ignore
[submodule "qtquickcontrols2"]
depends = qtgraphicaleffects
recommends = qtimageformats
depends = qtdeclarative
recommends = qtimageformats qtgraphicaleffects
path = qtquickcontrols2
url = ../qtquickcontrols2.git
branch = dev