blob: 9415b57fb350f280e169b5b3780af90cbd917f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|