diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-08-13 00:10:38 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-08-18 12:22:10 (GMT) |
commit | 68d0e64e710537fbf17b9f2ebde1659d383e862f (patch) | |
tree | 231e37807c2a44381e5f22837d3c244d141b3bc5 | |
parent | 43483dba1fbb40bea5c69c3b87b7e2fc62371e57 (diff) | |
download | Qt-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |