mirror of https://github.com/qt/qtbase.git
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:
parent
187ea846a6
commit
621e434ffe
|
@ -5711,7 +5711,7 @@ if [ "$CFG_DEV" = "yes" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add QPA to config.h
|
# Add QPA to config.h
|
||||||
QCONFIG_FLAGS="$QCONFIG_FLAGS Q_WS_QPA"
|
QCONFIG_FLAGS="$QCONFIG_FLAGS"
|
||||||
|
|
||||||
if [ "${CFG_USE_FLOATMATH}" = "yes" ]; then
|
if [ "${CFG_USE_FLOATMATH}" = "yes" ]; then
|
||||||
QCONFIG_FLAGS="${QCONFIG_FLAGS} QT_USE_MATH_H_FLOATS"
|
QCONFIG_FLAGS="${QCONFIG_FLAGS} QT_USE_MATH_H_FLOATS"
|
||||||
|
|
|
@ -3109,9 +3109,6 @@ void Configure::generateConfigfiles()
|
||||||
tmpStream << endl;
|
tmpStream << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ### For compatibility only, should be removed later.
|
|
||||||
tmpStream << endl << "#define Q_WS_QPA" << endl;
|
|
||||||
|
|
||||||
tmpStream << endl << "// Compile time features" << endl;
|
tmpStream << endl << "// Compile time features" << endl;
|
||||||
|
|
||||||
QStringList qconfigList;
|
QStringList qconfigList;
|
||||||
|
|
Loading…
Reference in New Issue