From 087e4bc5171f0ced1f34663e59217d678cd350ba Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Thu, 18 Oct 2012 15:22:15 +0200 Subject: Remove Cleanlooks and Plastique We have a new style Fusion that will replace these styles. They will be moved to a separate module rather than included in platforms that do not need them. Change-Id: I51ebbcad5406e99130e5b12e62ba624d1489088c Reviewed-by: Gabriel de Dietrich --- src/corelib/global/qfeatures.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/corelib/global/qfeatures.h') diff --git a/src/corelib/global/qfeatures.h b/src/corelib/global/qfeatures.h index 90ef47cf5b..b4b73a9aaa 100644 --- a/src/corelib/global/qfeatures.h +++ b/src/corelib/global/qfeatures.h @@ -396,16 +396,6 @@ #define QT_NO_SCROLLAREA #endif -// QCleanLooksStyle -#if !defined(QT_NO_STYLE_CLEANLOOKS) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_STYLE_CLEANLOOKS -#endif - -// QPlastiqueStyle -#if !defined(QT_NO_STYLE_PLASTIQUE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) -#define QT_NO_STYLE_PLASTIQUE -#endif - // QWindowsCEStyle #if !defined(QT_NO_STYLE_WINDOWSCE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) #define QT_NO_STYLE_WINDOWSCE -- cgit v1.2.3