Remove unused Q_WS_QPA define.
authorStephen Kelly <stephen.kelly@kdab.com>
Thu, 26 Jul 2012 07:51:15 +0000 (09:51 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 3 Aug 2012 01:02:27 +0000 (03:02 +0200)
Change-Id: Ie77526000cf93ad6901e28abe2558d254ccf8f1a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
configure
tools/configure/configureapp.cpp

index 6eb700d..e93a523 100755 (executable)
--- 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"
index 087863f..3f92a91 100644 (file)
@@ -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;