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

wince*: {
	addit.sources = dirtest\test1\*
	addit.path = dirtest\test1
	tests.sources = test\*
	tests.path = test
        sourceFile.sources = tst_qdirmodel.cpp
        sourceFile.path = .
	DEPLOYMENT += addit tests sourceFile
 DEFINES += SRCDIR=\\\"./\\\"
} else {
  DEFINES += SRCDIR=\\\"$$PWD/\\\"
}