diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-08-17 13:03:20 (GMT) |
---|---|---|
committer | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-08-17 13:03:20 (GMT) |
commit | 1dc8dceed8ff4f063f0dff58be644f17d1c44898 (patch) | |
tree | f8f9958e90703f4dc1d3b9ae62764ae1ee9c0615 /tools | |
parent | 69e53a801b93797a7398415d681c6e1c428d3a1c (diff) | |
download | Qt-1dc8dceed8ff4f063f0dff58be644f17d1c44898.zip Qt-1dc8dceed8ff4f063f0dff58be644f17d1c44898.tar.gz Qt-1dc8dceed8ff4f063f0dff58be644f17d1c44898.tar.bz2 |
Make script and scripttools autodetect, like webkit
Since they're only available for certain platforms, we need to
autodetect.
Reviewed-by: Kent Hansen
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configureapp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 54360f7..aff7e7b 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -241,8 +241,8 @@ Configure::Configure( int& argc, char** argv ) dictionary[ "CE_CRT" ] = "no"; dictionary[ "CETEST" ] = "auto"; dictionary[ "CE_SIGNATURE" ] = "no"; - dictionary[ "SCRIPT" ] = "yes"; - dictionary[ "SCRIPTTOOLS" ] = "yes"; + dictionary[ "SCRIPT" ] = "auto"; + dictionary[ "SCRIPTTOOLS" ] = "auto"; dictionary[ "XMLPATTERNS" ] = "auto"; dictionary[ "PHONON" ] = "auto"; dictionary[ "PHONON_BACKEND" ] = "yes"; |