summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
blob: 8f250e4568108b3229e4723bdf7db61a8a17b7af (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:!android-no-sdk {
    RESOURCES += android_testdata.qrc
}