summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-08-13 00:10:38 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-08-18 12:22:10 (GMT)
commit68d0e64e710537fbf17b9f2ebde1659d383e862f (patch)
tree231e37807c2a44381e5f22837d3c244d141b3bc5
parent43483dba1fbb40bea5c69c3b87b7e2fc62371e57 (diff)
downloadQt-68d0e64e710537fbf17b9f2ebde1659d383e862f.zip
Qt-68d0e64e710537fbf17b9f2ebde1659d383e862f.tar.gz
Qt-68d0e64e710537fbf17b9f2ebde1659d383e862f.tar.bz2
Fix configure -help output. declarative module is built by default.
Task-number: QTBUG-12840 (cherry picked from commit d904fe2273be5d39b54b987eef6b9cc0d1b85c4b)
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4d9bc46..05633fa 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).