summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/webp/webp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/webp/webp.pro')
-rw-r--r--src/plugins/imageformats/webp/webp.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/imageformats/webp/webp.pro b/src/plugins/imageformats/webp/webp.pro
deleted file mode 100644
index cea7c78..0000000
--- a/src/plugins/imageformats/webp/webp.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TARGET = qwebp
-
-HEADERS += qwebphandler_p.h
-SOURCES += main.cpp qwebphandler.cpp
-OTHER_FILES += webp.json
-
-include($$OUT_PWD/../../../imageformats/qtimageformats-config.pri)
-QT_FOR_CONFIG += imageformats-private
-
-qtConfig(system-webp) {
- QMAKE_USE += webp
-} else {
- include($$PWD/../../../3rdparty/libwebp.pri)
-}
-
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QWebpPlugin
-load(qt_plugin)