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

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