summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/tests/qwebframe/qwebframe.pro
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/tests/qwebframe/qwebframe.pro')
-rw-r--r--WebKit/qt/tests/qwebframe/qwebframe.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/qt/tests/qwebframe/qwebframe.pro b/WebKit/qt/tests/qwebframe/qwebframe.pro
index e45e6dc..b8734cd 100644
--- a/WebKit/qt/tests/qwebframe/qwebframe.pro
+++ b/WebKit/qt/tests/qwebframe/qwebframe.pro
@@ -5,3 +5,9 @@ SOURCES += tst_qwebframe.cpp
RESOURCES += qwebframe.qrc
QT += testlib network
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
+!symbian:DEFINES += SRCDIR=\\\"$$PWD/resources\\\"
+
+symbian {
+ TARGET.UID3 = 0xA000E53D
+ TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
+}