From: Stephen Kelly Date: Thu, 26 Jul 2012 07:51:15 +0000 (+0200) Subject: Remove unused Q_WS_QPA define. X-Git-Tag: v5.0.0-beta1~449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=621e434ffeb7b43ee49a751def8a6eb79173f89b;p=profile%2Fivi%2Fqtbase.git Remove unused Q_WS_QPA define. Change-Id: Ie77526000cf93ad6901e28abe2558d254ccf8f1a Reviewed-by: Oswald Buddenhagen Reviewed-by: Paul Olav Tvete --- diff --git a/configure b/configure index 6eb700d..e93a523 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 087863f..3f92a91 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;