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 --- tools/configure/configureapp.cpp | 41 ++++------------------------------------ 1 file changed, 4 insertions(+), 37 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 1c4c1c0a57..3a42d13d35 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -300,10 +300,8 @@ Configure::Configure(int& argc, char** argv) dictionary[ "PCRE" ] = "auto"; dictionary[ "GIF" ] = "auto"; - dictionary[ "TIFF" ] = "auto"; dictionary[ "JPEG" ] = "auto"; dictionary[ "PNG" ] = "auto"; - dictionary[ "LIBTIFF" ] = "auto"; dictionary[ "LIBJPEG" ] = "auto"; dictionary[ "LIBPNG" ] = "auto"; dictionary[ "FREETYPE" ] = "yes"; @@ -402,7 +400,7 @@ void Configure::parseCmdLine() { int argCount = configCmdLine.size(); int i = 0; - const QStringList imageFormats = QStringList() << "gif" << "png" << "jpeg" << "tiff"; + const QStringList imageFormats = QStringList() << "gif" << "png" << "jpeg"; #if !defined(EVAL) if (argCount < 1) // skip rest if no arguments @@ -549,15 +547,6 @@ void Configure::parseCmdLine() else if (configCmdLine.at(i) == "-no-gif") dictionary[ "GIF" ] = "no"; - else if (configCmdLine.at(i) == "-no-libtiff") { - dictionary[ "TIFF"] = "no"; - dictionary[ "LIBTIFF" ] = "no"; - } else if (configCmdLine.at(i) == "-qt-libtiff") { - dictionary[ "LIBTIFF" ] = "qt"; - } else if (configCmdLine.at(i) == "-system-libtiff") { - dictionary[ "LIBTIFF" ] = "system"; - } - else if (configCmdLine.at(i) == "-no-libjpeg") { dictionary[ "JPEG" ] = "no"; dictionary[ "LIBJPEG" ] = "no"; @@ -1483,8 +1472,8 @@ bool Configure::displayHelp() "[-no-style-