summaryrefslogtreecommitdiffstats
path: root/examples/webkit/imageanalyzer/README
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-04 14:43:21 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-04 14:43:21 (GMT)
commitf3817bc1a7bc3df360af9116dfd96f3181816472 (patch)
tree5c20c1da8a1c3abca39139f67b07faed324c4906 /examples/webkit/imageanalyzer/README
parent1a1567964cb78ea966c3b856091def5c77863486 (diff)
downloadQt-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/README20
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