aboutsummaryrefslogtreecommitdiffstats
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.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/effects/private/private.pro b/src/effects/private/private.pro
deleted file mode 100644
index b8d162a..0000000
--- a/src/effects/private/private.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-CXX_MODULE=qml
-TARGETPATH=QtGraphicalEffects/private
-TARGET = qtgraphicaleffectsprivate
-QML_IMPORT_VERSION = $$QT_VERSION
-
-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
-
-!static: CONFIG += qmlcache
-
-load(qml_plugin)