summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-26 09:48:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-03 03:02:27 +0200
commit187ea846a6e63797e9f56e579d58b9fa4db2b113 (patch)
tree1f4f70a0a082c2cf5ce2010dffafb44ee4f82971 /configure
parent1e9d9e20442ff9a68bbb038c8d9b9132ccf389e9 (diff)
Remove some dead QWS code from configure.
Change-Id: Ic1b47533e3f04cebaac83ca632068c2e791a846c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 63e3b4c970..6eb700d418 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 QT_NO_QWS_QPF QT_NO_QWS_QPF2"
+QCONFIG_FLAGS="$QCONFIG_FLAGS Q_WS_QPA"
if [ "${CFG_USE_FLOATMATH}" = "yes" ]; then
QCONFIG_FLAGS="${QCONFIG_FLAGS} QT_USE_MATH_H_FLOATS"