blob: 4ff2d9148a20f2cd7bc14add2d726479b7091af5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
TEMPLATE = subdirs
SUBDIRS += domtraversal \
formextractor \
previewer \
fancybrowser \
simpleselector \
imageanalyzer \
framecapture \
simplewebplugin \
webplugin \
webftpclient
contains(QT_CONFIG, openssl):SUBDIRS += googlechat
# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkit
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webkit.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/webkit
INSTALLS += target sources
|