From 621e434ffeb7b43ee49a751def8a6eb79173f89b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 26 Jul 2012 09:51:15 +0200 Subject: [PATCH] Remove unused Q_WS_QPA define. Change-Id: Ie77526000cf93ad6901e28abe2558d254ccf8f1a Reviewed-by: Oswald Buddenhagen Reviewed-by: Paul Olav Tvete --- configure | 2 +- tools/configure/configureapp.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure b/configure index 6eb700d4180..e93a523152f 100755 --- a/configure +++ b/configure @@ -5711,7 +5711,7 @@ if [ "$CFG_DEV" = "yes" ]; then fi # Add QPA to config.h -QCONFIG_FLAGS="$QCONFIG_FLAGS Q_WS_QPA" +QCONFIG_FLAGS="$QCONFIG_FLAGS" if [ "${CFG_USE_FLOATMATH}" = "yes" ]; then QCONFIG_FLAGS="${QCONFIG_FLAGS} QT_USE_MATH_H_FLOATS" diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 087863fb822..3f92a91e94b 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3109,9 +3109,6 @@ void Configure::generateConfigfiles() tmpStream << endl; } - // ### For compatibility only, should be removed later. - tmpStream << endl << "#define Q_WS_QPA" << endl; - tmpStream << endl << "// Compile time features" << endl; QStringList qconfigList;