summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/tests/qwebelement/qwebelement.pro
blob: c45a9ac5a11915014111ec821da3c3431407b803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = tst_qwebelement
include(../../../../WebKit.pri)
SOURCES  += tst_qwebelement.cpp
RESOURCES += qwebelement.qrc
QT += testlib network
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR

symbian {
    TARGET.UID3 = 0xA000E53A
    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
}