summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/wbmp/wbmp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/wbmp/wbmp.pro')
-rw-r--r--src/plugins/imageformats/wbmp/wbmp.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/imageformats/wbmp/wbmp.pro b/src/plugins/imageformats/wbmp/wbmp.pro
index 488a46b..f25c23c 100644
--- a/src/plugins/imageformats/wbmp/wbmp.pro
+++ b/src/plugins/imageformats/wbmp/wbmp.pro
@@ -1,11 +1,11 @@
TARGET = qwbmp
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QWbmpPlugin
-load(qt_plugin)
-
HEADERS += qwbmphandler_p.h
SOURCES += qwbmphandler.cpp
OTHER_FILES += wbmp.json
SOURCES += main.cpp
+
+PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QWbmpPlugin
+load(qt_plugin)