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


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