source:
trunk/examples/webkit/imageanalyzer/README
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 376 bytes |
Rev | Line | |
---|---|---|
[844] | 1 | This example demonstrates the use of Qt WebKit to make a hybrid application. |
2 | ||
3 | Build instructions: | |
4 | ||
5 | On Mac OS X: | |
6 | In this directory: | |
7 | qmake -spec macx-g++ | |
8 | make clean all | |
9 | open imageanalyzer.app | |
10 | On Linux/Unix: | |
11 | In this directory: | |
12 | qmake | |
13 | make clean all | |
14 | ./imageanalyzer | |
15 | ||
16 | On Windows: | |
17 | In this directory: | |
18 | qmake | |
19 | nmake clean all | |
20 | debug\imageanalyzer.exe |
Note:
See TracBrowser
for help on using the repository browser.