diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-08-13 00:10:38 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-08-13 00:10:38 (GMT) |
commit | d904fe2273be5d39b54b987eef6b9cc0d1b85c4b (patch) | |
tree | 2af4c8163d3ddf1f4c0eec380c35e2fcd92d831b /configure | |
parent | 8f5f164ba1b42d5d0a11b14b00f12f955354c662 (diff) | |
download | Qt-d904fe2273be5d39b54b987eef6b9cc0d1b85c4b.zip Qt-d904fe2273be5d39b54b987eef6b9cc0d1b85c4b.tar.gz Qt-d904fe2273be5d39b54b987eef6b9cc0d1b85c4b.tar.bz2 |
Fix configure -help output. declarative module is built by default.
Task-number: QTBUG-12840
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3677,8 +3677,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). |