aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/effects_plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/effects_plugin.pro')
-rw-r--r--src/effects/effects_plugin.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/effects/effects_plugin.pro b/src/effects/effects_plugin.pro
deleted file mode 100644
index 4cfe4e3..0000000
--- a/src/effects/effects_plugin.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-CXX_MODULE = qml
-TARGET = qtgraphicaleffectsplugin
-TARGETPATH = QtGraphicalEffects
-QT += quick qml
-IMPORT_VERSION = 1.$$QT_MINOR_VERSION
-QML_FILES = \
- BrightnessContrast.qml \
- ColorOverlay.qml \
- Colorize.qml \
- ConicalGradient.qml \
- Desaturate.qml \
- Displace.qml \
- DropShadow.qml \
- FastBlur.qml \
- GammaAdjust.qml \
- Glow.qml \
- HueSaturation.qml \
- LevelAdjust.qml \
- LinearGradient.qml \
- OpacityMask.qml \
- RadialGradient.qml \
- RectangularGlow.qml \
- ThresholdMask.qml
-
-# !static: CONFIG += qmlcache
-
-RESOURCES += \
- qtgraphicaleffectsshaders.qrc
-
-QMAKE_DOCS = $$PWD/doc/qtgraphicaleffects.qdocconf
-SOURCES += plugin.cpp
-load(qml_plugin)