summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
blob: a89e5c66ff2579377c42929889b776ee85dd0657 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = tst_qtemporaryfile
QT = core testlib
SOURCES = tst_qtemporaryfile.cpp
TESTDATA += tst_qtemporaryfile.cpp
RESOURCES += qtemporaryfile.qrc

android {
    RESOURCES += android_testdata.qrc
}