2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qdirmodel
|
|
|
|
QT += widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qdirmodel.cpp
|
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
wince* {
|
2011-04-27 10:05:43 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2015-01-13 15:02:48 +00:00
|
|
|
android|wince*: {
|
2011-04-27 10:05:43 +00:00
|
|
|
DEFINES += SRCDIR=\\\"./\\\"
|
|
|
|
} else {
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
}
|
|
|
|
|
2015-01-13 15:02:48 +00:00
|
|
|
android: !android-no-sdk {
|
|
|
|
RESOURCES += \
|
|
|
|
testdata.qrc
|
|
|
|
}
|