summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-31 11:10:44 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-31 11:10:44 +0200
commit83375db73374e160de0810ede79fab77a286ad74 (patch)
tree1be892c6426da9bcfcbac05e1aa14f66927690db /tools
parent66febd27cb3bacf5a4996f184725f318bce0f4fc (diff)
configure.exe: Remove QT3_SUPPORT.
As it is causing compile problems.
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 6857bdeb7d..098554d0ff 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -337,7 +337,7 @@ Configure::Configure(int& argc, char** argv)
dictionary[ "LIBMNG" ] = "auto";
dictionary[ "FREETYPE" ] = "no";
- dictionary[ "QT3SUPPORT" ] = "yes";
+ dictionary[ "QT3SUPPORT" ] = "no";
dictionary[ "ACCESSIBILITY" ] = "yes";
dictionary[ "OPENGL" ] = "yes";
dictionary[ "OPENVG" ] = "no";