blob: 735537ba2c8ddedbc86615c49f42d105c721a368 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = app
TARGET = tst_qwebview
include(../../../../WebKit.pri)
SOURCES += tst_qwebview.cpp
QT += testlib network
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
RESOURCES += tst_qwebview.qrc
DEFINES += SRCDIR=\\\"$$PWD/\\\"
symbian {
TARGET.UID3 = 0xA000E53F
TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
}
|