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
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user