summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-04-15 16:51:36 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-04-15 17:09:07 +0200
commitdd14d7d1fb0327c702e548db794acca65628ac54 (patch)
treed5939f7cde517e3533d3a32d4ea81ed748dc2a2a /configure
parent6849e252cb8ebadc3211485fd059265635f3aba0 (diff)
Lighthouse: Add dummy QSessionManager
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a54cfdfb82..95e4e2807c 100755
--- a/configure
+++ b/configure
@@ -2873,7 +2873,7 @@ if [ -z "$PLATFORM" ]; then
esac
fi
-if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QPA" = "yes" ]; then
+if [ "$PLATFORM_QWS" = "yes" ]; then
CFG_SM=no
PLATFORMS=`find "$relpath/mkspecs/qws" | sed "s,$relpath/mkspecs/qws/,,"`
else