summaryrefslogtreecommitdiffstats
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.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/imageformats/webp/webp.pro b/src/plugins/imageformats/webp/webp.pro
index 850c35d..515bc3e 100644
--- a/src/plugins/imageformats/webp/webp.pro
+++ b/src/plugins/imageformats/webp/webp.pro
@@ -1,9 +1,5 @@
TARGET = qwebp
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QWebpPlugin
-load(qt_plugin)
-
HEADERS += qwebphandler_p.h
SOURCES += main.cpp qwebphandler.cpp
OTHER_FILES += webp.json
@@ -14,3 +10,7 @@ config_libwebp {
} else {
include($$PWD/../../../3rdparty/libwebp.pri)
}
+
+PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QWebpPlugin
+load(qt_plugin)