diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-10-04 14:43:21 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-10-04 14:43:21 (GMT) |
commit | f3817bc1a7bc3df360af9116dfd96f3181816472 (patch) | |
tree | 5c20c1da8a1c3abca39139f67b07faed324c4906 /examples/webkit/imageanalyzer/README | |
parent | 1a1567964cb78ea966c3b856091def5c77863486 (diff) | |
download | Qt-f3817bc1a7bc3df360af9116dfd96f3181816472.zip Qt-f3817bc1a7bc3df360af9116dfd96f3181816472.tar.gz Qt-f3817bc1a7bc3df360af9116dfd96f3181816472.tar.bz2 |
Added the QtWebKit bridge Image Analyzer example.
Originally written by Jervey Kong.
Task-number: QTBUG-14154
Reviewed-by: David Boddie
Diffstat (limited to 'examples/webkit/imageanalyzer/README')
-rw-r--r-- | examples/webkit/imageanalyzer/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/webkit/imageanalyzer/README b/examples/webkit/imageanalyzer/README new file mode 100644 index 0000000..9415b57 --- /dev/null +++ b/examples/webkit/imageanalyzer/README @@ -0,0 +1,20 @@ +This example demonstrates the use of Qt WebKit to make a hybrid application. + +Build instructions: + + On Mac OS X: + In this directory: + qmake -spec macx-g++ + make clean all + open imageanalyzer.app + On Linux/Unix: + In this directory: + qmake + make clean all + ./imageanalyzer + + On Windows: + In this directory: + qmake + nmake clean all + debug\imageanalyzer.exe |