summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtemporaryfile/qtemporaryfile.pro
blob: 0f2a6ea732e3b806c54b023987e89847d58fb382 (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/\\\"
}