blob: 24c7f590e0420e73534065fe8a76a5ef9e56a360 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../../..
include(../tests.pri)
exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
symbian {
TARGET.UID3 = 0xE5CDF386
qwebkitApiTestResources.path = private/$$replace(TARGET.UID3, 0x,)/resources
qwebkitApiTestResources.sources += ../resources/image2.png
DEPLOYMENT += qwebkitApiTestResources
DEFINES += TESTS_SOURCE_DIR=\"/private/$$replace(TARGET.UID3, 0x,)/\"
}
|