1
load(qttest_p4)
2
SOURCES += tst_qtemporaryfile.cpp
3
QT = core
4
5
6
symbian {
7
testData.sources = tst_qtemporaryfile.cpp
8
testData.path = .
9
DEPLOYMENT += testData
10
}else {
11
DEFINES += SRCDIR=\\\"$$PWD/\\\"
12
}