summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tiff/tiff.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/tiff/tiff.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/tiff/tiff.pro')
-rw-r--r--src/plugins/imageformats/tiff/tiff.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/imageformats/tiff/tiff.pro b/src/plugins/imageformats/tiff/tiff.pro
index 6d306b7..cc9f93b 100644
--- a/src/plugins/imageformats/tiff/tiff.pro
+++ b/src/plugins/imageformats/tiff/tiff.pro
@@ -1,4 +1,6 @@
TARGET = qtiff
+
+PLUGIN_TYPE = imageformats
load(qt_plugin)
HEADERS += qtiffhandler_p.h
@@ -11,7 +13,3 @@ config_libtiff {
} else {
include($$PWD/../../../3rdparty/libtiff.pri)
}
-
-DESTDIR = $$QT.gui.plugins/imageformats
-target.path += $$[QT_INSTALL_PLUGINS]/imageformats
-INSTALLS += target