summaryrefslogtreecommitdiffstats
path: root/examples/webkit/webplugin/webplugin.pro
blob: 48f48d136e599f82579f10ea58cc3faf1e3fabed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
QT += webkit network

HEADERS   = csvfactory.h \
            csvview.h \
            mainwindow.h

SOURCES   = csvfactory.cpp \
            csvview.cpp \
            main.cpp \
            mainwindow.cpp

RESOURCES = webplugin.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkit/webplugin
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/webplugin
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000EFFE
    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
}