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


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

CONFIG += parallel_test