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

symbian {
    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
}