summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtemporaryfile/qtemporaryfile.pro
blob: a3c4421025a4ce6a1d8e3fa59c84a753a0565ba8 (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