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

android:!android-no-sdk {
    RESOURCES += android_testdata.qrc
}