diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-17 15:43:24 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-17 15:43:24 (GMT) |
commit | dbb6a3ec34b5866f74e1520ac73ccfe4f3310d5e (patch) | |
tree | 6302323f5d9f6a3a1b38126b42862493e0a05433 /examples | |
parent | 57bc072885cf1eb25f631a037568b4c04b486692 (diff) | |
download | Qt-dbb6a3ec34b5866f74e1520ac73ccfe4f3310d5e.zip Qt-dbb6a3ec34b5866f74e1520ac73ccfe4f3310d5e.tar.gz Qt-dbb6a3ec34b5866f74e1520ac73ccfe4f3310d5e.tar.bz2 |
Edited QtWebKit Guide CSS chapter. Created example links.
Reviewed-by: David Boddie
Diffstat (limited to 'examples')
-rw-r--r-- | examples/webkit/webkit.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/webkit/webkit.pro b/examples/webkit/webkit.pro index 6a1d8f8..2d728df 100644 --- a/examples/webkit/webkit.pro +++ b/examples/webkit/webkit.pro @@ -5,7 +5,8 @@ SUBDIRS += domtraversal \ fancybrowser \ simpleselector \ imageanalyzer \ - framecapture + framecapture \ + webkit-guide contains(QT_CONFIG, openssl):SUBDIRS += googlechat |