0cd93933d8
This test can't use svg files as QtSvg is a separate module, on which qtbase does not depend. This commit changes the test to use a pixmap that was already present in the test. Change-Id: Iab4ce70aa376a7d2985b69816bd251ce4f5d46cf Task-number: QTBUG-19244 Reviewed-by: Rohan McGovern
21 lines
498 B
Prolog
21 lines
498 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qdatastream.cpp
|
|
|
|
wince*: {
|
|
addFiles.files = datastream.q42
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else:symbian {
|
|
# SRCDIR defined in code in symbian
|
|
addFiles.files = datastream.q42
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
TARGET.EPOCHEAPSIZE = 1000000 10000000
|
|
TARGET.UID3 = 0xE0340001
|
|
DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
|
|
}else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|