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 <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
826ab028a8
commit
af97b73d39
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user