summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-02 13:31:26 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-02 13:31:26 +0200
commit6ac7f6afd0e38e38eb4dd0136e45832d47cd68fe (patch)
treedfeac3c163daf51963f11885f4f5c7503769de86 /configure
parent59ded5cce47986ac941c437fbf972b1da581da05 (diff)
make QPA the default platform
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 60e1ec1216..63a15281aa 100755
--- a/configure
+++ b/configure
@@ -185,8 +185,8 @@ fi
#-------------------------------------------------------------------------------
PLATFORM_X11=no
-PLATFORM_QWS=maybe
-PLATFORM_QPA=maybe
+PLATFORM_QWS=no
+PLATFORM_QPA=yes
BUILD_ON_MAC=no
if [ -d /System/Library/Frameworks/Carbon.framework ]; then
PLATFORM_MAC=maybe