File: README

package info (click to toggle)
qtwebkit-examples-opensource-src 5.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,780 kB
  • ctags: 1,298
  • sloc: cpp: 11,691; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (9)
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