File: README

package info (click to toggle)
qtwebkit-examples-opensource-src 5.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,880 kB
  • ctags: 1,312
  • sloc: cpp: 11,698; makefile: 27
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