summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qdirmodel/qdirmodel.pro
blob: 5190598701e9ccdae004c5fb581ee8a3a2c4722b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CONFIG += testcase
TARGET = tst_qdirmodel
QT += widgets testlib
SOURCES         += tst_qdirmodel.cpp

wince* {
	addit.files = dirtest\\test1\\*
	addit.path = dirtest\\test1
	tests.files = test\\*
	tests.path = test
        sourceFile.files = tst_qdirmodel.cpp
        sourceFile.path = .
	DEPLOYMENT += addit tests sourceFile
}

android|wince {
    DEFINES += SRCDIR=\\\"./\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

android {
    RESOURCES += \
        testdata.qrc
}