summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro
blob: 764f806df1764726cc34d098b27079de915513fa (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = tst_qwebhistoryinterface
include(../../../../WebKit.pri)
SOURCES  += tst_qwebhistoryinterface.cpp
QT += testlib network
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR

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