From 187ea846a6e63797e9f56e579d58b9fa4db2b113 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 26 Jul 2012 09:48:15 +0200 Subject: Remove some dead QWS code from configure. Change-Id: Ic1b47533e3f04cebaac83ca632068c2e791a846c Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 382c836896..087863fb82 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1520,7 +1520,6 @@ void Configure::applySpecSpecifics() dictionary[ "MOUSE_DRIVERS" ] = "pc linuxtp"; dictionary[ "OPENGL" ] = "no"; dictionary[ "DBUS"] = "no"; - dictionary[ "QT_QWS_DEPTH" ] = "4 8 16 24 32"; dictionary[ "QT_INOTIFY" ] = "no"; dictionary[ "QT_CUPS" ] = "no"; dictionary[ "QT_GLIB" ] = "no"; @@ -3186,40 +3185,6 @@ void Configure::generateConfigfiles() for (int i = 0; i < qconfigList.count(); ++i) tmpStream << addDefine(qconfigList.at(i)); - if (dictionary["EMBEDDED"] == "yes") - { - // Check for keyboard, mouse, gfx. - QStringList kbdDrivers = dictionary["KBD_DRIVERS"].split(" ");; - QStringList allKbdDrivers; - allKbdDrivers<<"tty"<<"usb"<<"sl5000"<<"yopy"<<"vr41xx"<<"qvfb"<<"um"; - foreach (const QString &kbd, allKbdDrivers) { - if (!kbdDrivers.contains(kbd)) - tmpStream<<"#define QT_NO_QWS_KBD_"<