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.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/imageformats/wbmp/wbmp.pro b/src/plugins/imageformats/wbmp/wbmp.pro
index 6ec358f..7579f9c 100644
--- a/src/plugins/imageformats/wbmp/wbmp.pro
+++ b/src/plugins/imageformats/wbmp/wbmp.pro
@@ -1,4 +1,6 @@
TARGET = qwbmp
+
+PLUGIN_TYPE = imageformats
load(qt_plugin)
HEADERS += qwbmphandler_p.h
@@ -6,7 +8,3 @@ SOURCES += qwbmphandler.cpp
OTHER_FILES += wbmp.json
SOURCES += main.cpp
-
-DESTDIR = $$QT.gui.plugins/imageformats
-target.path += $$[QT_INSTALL_PLUGINS]/imageformats
-INSTALLS += target