summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
blob: e3ccda65546d11df9c48f1820f6e45728fd54fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/imageanalyzer
INSTALLS += target