summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/wbmp/wbmp.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-24 15:30:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-01 22:37:23 +0100
commita0ec617b21d9ce0c562e8e7c0dc59bc4d08c509b (patch)
tree80246fed01b7ec17161eb650138faa4a61958975 /src/plugins/imageformats/wbmp/wbmp.pro
parenta154a42fb2d2d8ff49bbc2d6b46fffc4a6a78927 (diff)
adjust to qt_plugin.prf changesv5.0.0-beta2
DESTDIR and INSTALLS+=target are set up automatically now, but PLUGIN_TYPE needs to be defined. Change-Id: I5dd40f4fb6bfc6723ed96241f41301b32393dd34 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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