From af97b73d390e890523fc88e502e693fe29febfa5 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 1 Apr 2014 17:44:29 +0200 Subject: do not define QT_NO_STYLE_S60 on Windows This isn't needed anymore since quite a while. Change-Id: I80a99f988a917af5b8c64865ec7e73e519978740 Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 49c7fc9618..bb09a19e55 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3472,10 +3472,6 @@ void Configure::generateConfigfiles() if (dictionary["STYLE_WINDOWSXP"] != "yes" && dictionary["STYLE_WINDOWSVISTA"] != "yes") qconfigList += "QT_NO_STYLE_WINDOWSXP"; if (dictionary["STYLE_WINDOWSVISTA"] != "yes") qconfigList += "QT_NO_STYLE_WINDOWSVISTA"; - - // ### We still need the QT_NO_STYLE_S60 define for compiling Qt. Remove later! - qconfigList += "QT_NO_STYLE_S60"; - if (dictionary["STYLE_WINDOWSCE"] != "yes") qconfigList += "QT_NO_STYLE_WINDOWSCE"; if (dictionary["STYLE_WINDOWSMOBILE"] != "yes") qconfigList += "QT_NO_STYLE_WINDOWSMOBILE"; if (dictionary["STYLE_GTK"] != "yes") qconfigList += "QT_NO_STYLE_GTK"; -- cgit v1.2.3