diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-09 18:38:35 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-09 18:44:07 (GMT) |
commit | d46b4208147ec01aba19c703f21954f068b4dc06 (patch) | |
tree | ba2a5862217895c9f5e9e905dc414bc422f9cbf9 /examples/webkit/webkit.pro | |
parent | b770abdd564f28a8d9dde816f72f73e6b15984af (diff) | |
download | Qt-d46b4208147ec01aba19c703f21954f068b4dc06.zip Qt-d46b4208147ec01aba19c703f21954f068b4dc06.tar.gz Qt-d46b4208147ec01aba19c703f21954f068b4dc06.tar.bz2 |
Doc: Added an example to demonstrate the QWebElement class.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/webkit/webkit.pro')
-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 0a1d6bd..47c1443 100644 --- a/examples/webkit/webkit.pro +++ b/examples/webkit/webkit.pro @@ -1,7 +1,8 @@ TEMPLATE = subdirs SUBDIRS += formextractor \ previewer \ - fancybrowser + fancybrowser \ + simpleselector contains(QT_CONFIG, openssl):SUBDIRS += googlechat |