summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtemporaryfile/qtemporaryfile.pro
blob: c93a2e57e9bc12d310b56fd627e64bef714fde02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
SOURCES       += tst_qtemporaryfile.cpp
QT = core


symbian {
    testData.sources = tst_qtemporaryfile.cpp
    testData.path = .
    DEPLOYMENT += testData
}else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}