From 4fce5d1795eaf6b9911e139b7ec50292d004e269 Mon Sep 17 00:00:00 2001 From: aavit Date: Wed, 25 Jan 2012 16:04:51 +0100 Subject: Moving tiff image format support and libtiff out of qtbase The tiff plugin and bundled libtiff is moving to the qtimageformats project on Gerrit. Task-number: QTBUG-23887 Change-Id: I4c848232fdccddd7e7f54215f9eaa78dc4c3a53d Reviewed-by: Kent Hansen Reviewed-by: Lars Knoll --- src/plugins/imageformats/tiff/tiff.pro | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/plugins/imageformats/tiff/tiff.pro (limited to 'src/plugins/imageformats/tiff/tiff.pro') diff --git a/src/plugins/imageformats/tiff/tiff.pro b/src/plugins/imageformats/tiff/tiff.pro deleted file mode 100644 index 4ad065420a..0000000000 --- a/src/plugins/imageformats/tiff/tiff.pro +++ /dev/null @@ -1,11 +0,0 @@ -TARGET = qtiff -load(qt_plugin) - -QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-tiff)" - -include(../../../gui/image/qtiffhandler.pri) -SOURCES += main.cpp - -DESTDIR = $$QT.gui.plugins/imageformats -target.path += $$[QT_INSTALL_PLUGINS]/imageformats -INSTALLS += target -- cgit v1.2.3