summaryrefslogtreecommitdiff
path: root/src/effects/private/qmldir
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2015-01-19 19:48:23 +0100
committerGunnar Sletta <gunnar@sletta.org>2015-03-10 16:42:45 +0000
commit95d6fbc30b180018a6f6d9a69d31b03223608e22 (patch)
tree32305af08780a5c2b2229ee3a516a55a05c00e1b /src/effects/private/qmldir
parent194df1ff60e14d01dd40c23086b8d7f257f42a41 (diff)
downloadqtgraphicaleffects-95d6fbc30b180018a6f6d9a69d31b03223608e22.tar.gz
Move SourceProxy to C++ and introduce "private" module.
This gives us a bit better control in terms of what we want to check for. It should also fix some subtle bugs when layer and ShaderEffectSource is used as input. Change-Id: I29de13598811623c31563ac6e88f070aee0bab54 Task-number: QTBUG-40849 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/effects/private/qmldir')
-rw-r--r--src/effects/private/qmldir9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/effects/private/qmldir b/src/effects/private/qmldir
new file mode 100644
index 0000000..e17d9bb
--- /dev/null
+++ b/src/effects/private/qmldir
@@ -0,0 +1,9 @@
+module QtGraphicalEffects.private
+plugin qtgraphicaleffectsprivate
+FastGlow 1.0 FastGlow.qml
+FastInnerShadow 1.0 FastInnerShadow.qml
+FastMaskedBlur 1.0 FastMaskedBlur.qml
+GaussianDirectionalBlur 1.0 GaussianDirectionalBlur.qml
+GaussianGlow 1.0 GaussianGlow.qml
+GaussianInnerShadow 1.0 GaussianInnerShadow.qml
+GaussianMaskedBlur 1.0 GaussianMaskedBlur.qml