File: imageanalyzer.pro

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 (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
HEADERS = imageanalyzer.h \
	mainwindow.h
SOURCES = imageanalyzer.cpp \
	main.cpp \
	mainwindow.cpp

QT += network webkitwidgets widgets concurrent

RESOURCES = resources/imageanalyzer.qrc

EXAMPLE_FILES += html/index.html ../webkit-bridge-tutorial.qdoc outline.txt