ba3418ae75
Change-Id: I1264784d6984edc70bf07e58ed763e1d1b001d7d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
22 lines
421 B
Prolog
22 lines
421 B
Prolog
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
|
|
}
|
|
|
|
wince*: {
|
|
DEFINES += SRCDIR=\\\"./\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|