Remove unused Q_WS_QPA define.

Change-Id: Ie77526000cf93ad6901e28abe2558d254ccf8f1a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
This commit is contained in:
Stephen Kelly 2012-07-26 09:51:15 +02:00 committed by Qt by Nokia
parent 187ea846a6
commit 621e434ffe
2 changed files with 1 additions and 4 deletions

2
configure vendored
View File

@ -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"

View 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;