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

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