summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdirmodel/qdirmodel.pro
blob: 7037a79934039e94f0d850fca47fc5a91673725b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
load(qttest_p4)
SOURCES         += tst_qdirmodel.cpp

wince*|symbian {
	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
}

wince*: {
    DEFINES += SRCDIR=\\\"./\\\"
} else:symbian {
    TARGET.UID3 = 0xE0340003
    DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}