diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-01-10 18:58:49 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-01-17 12:37:53 (GMT) |
commit | 4bc1261774b8c874440e29807888b6a95cc19b1f (patch) | |
tree | 7c1d226198afe8f1161da8dac78eb4dbe207ae22 /configure | |
parent | d7255d7bf39ba681ff46fcb95a54d25793cce756 (diff) | |
download | Qt-4bc1261774b8c874440e29807888b6a95cc19b1f.zip Qt-4bc1261774b8c874440e29807888b6a95cc19b1f.tar.gz Qt-4bc1261774b8c874440e29807888b6a95cc19b1f.tar.bz2 |
don't claim declarative debugging support without having declarative
Task-number: QTBUG-15228
Reviewed-by: mariusSO
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8261,7 +8261,9 @@ if [ "$CFG_WEBKIT" != "no" ]; then fi fi echo "Declarative module ..... $CFG_DECLARATIVE" -echo "Declarative debugging ...$CFG_DECLARATIVE_DEBUG" +if [ "$CFG_DECLARATIVE" = "yes" ]; then + echo "Declarative debugging ...$CFG_DECLARATIVE_DEBUG" +fi echo "Support for S60 ........ $CFG_S60" echo "Symbian DEF files ...... $CFG_SYMBIAN_DEFFILES" echo "STL support ............ $CFG_STL" |