summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-08-13 10:10:38 +1000
committerToby Tomkins <toby.tomkins@nokia.com>2010-08-18 22:22:10 +1000
commit68d0e64e710537fbf17b9f2ebde1659d383e862f (patch)
tree231e37807c2a44381e5f22837d3c244d141b3bc5 /configure
parent43483dba1fbb40bea5c69c3b87b7e2fc62371e57 (diff)
Fix configure -help output. declarative module is built by default.
Task-number: QTBUG-12840 (cherry picked from commit d904fe2273be5d39b54b987eef6b9cc0d1b85c4b)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4d9bc4637a..05633fa910 100755
--- a/configure
+++ b/configure
@@ -3602,8 +3602,8 @@ fi
-no-scripttools .... Do not build the QtScriptTools module.
+ -scripttools ....... Build the QtScriptTools module.
- + -no-declarative .....Do not build the declarative module.
- -declarative ....... Build the declarative module.
+ -no-declarative .....Do not build the declarative module.
+ + -declarative ....... Build the declarative module.
-platform target ... The operating system and compiler you are building
on ($PLATFORM).