summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-03 10:07:50 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-03 12:35:55 +0000
commit71356c921c35c11140fed30f75b6e23e0d523c91 (patch)
treee32b5d3ce4904286f8ab1ac30a9f3107571457c0
parentad227e9808288b12726114365ae1474386c6cdf8 (diff)
downloadqtgraphicaleffects-71356c921c35c11140fed30f75b6e23e0d523c91.tar.gz
Move QtGraphicalEffectsPlugin classname declaration to private qmldir
The public plugin is QML-only, and static builds of Qt require this information to be present in order to resolve module imports. Change-Id: I3ae6b92ab57df594e2778b4f19635bd353271acb Task-number: QTBUG-48830 Reviewed-by: Gunnar Sletta <gunnar@sletta.org> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--src/effects/private/qmldir1
-rw-r--r--src/effects/qmldir1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/private/qmldir b/src/effects/private/qmldir
index aad4a1c..93e78c7 100644
--- a/src/effects/private/qmldir
+++ b/src/effects/private/qmldir
@@ -1,5 +1,6 @@
module QtGraphicalEffects.private
plugin qtgraphicaleffectsprivate
+classname QtGraphicalEffectsPlugin
FastGlow 1.0 FastGlow.qml
FastInnerShadow 1.0 FastInnerShadow.qml
FastMaskedBlur 1.0 FastMaskedBlur.qml
diff --git a/src/effects/qmldir b/src/effects/qmldir
index e16013f..6a78b6b 100644
--- a/src/effects/qmldir
+++ b/src/effects/qmldir
@@ -1,4 +1,3 @@
-classname QtGraphicalEffectsPlugin
Blend 1.0 Blend.qml
BrightnessContrast 1.0 BrightnessContrast.qml
Colorize 1.0 Colorize.qml