summaryrefslogtreecommitdiff
path: root/src/effects/private/private.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/private/private.pro')
-rw-r--r--src/effects/private/private.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/effects/private/private.pro b/src/effects/private/private.pro
new file mode 100644
index 0000000..9346b41
--- /dev/null
+++ b/src/effects/private/private.pro
@@ -0,0 +1,24 @@
+CXX_MODULE=qml
+TARGETPATH=QtGraphicalEffects/private
+TARGET = qtgraphicaleffectsprivate
+
+QT += quick qml
+# Needed to get a hold of QQuickShaderEffectSource, QQuickImage and QQuickItemPrivate
+QT += quick-private gui-private core-private qml-private
+
+SOURCES += plugin.cpp \
+ qgfxsourceproxy.cpp
+
+HEADERS += \
+ qgfxsourceproxy_p.h
+
+QML_FILES = \
+ FastGlow.qml \
+ FastInnerShadow.qml \
+ FastMaskedBlur.qml \
+ GaussianDirectionalBlur.qml \
+ GaussianGlow.qml \
+ GaussianInnerShadow.qml \
+ GaussianMaskedBlur.qml
+
+load(qml_plugin)