d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
26 lines
496 B
Prolog
26 lines
496 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
|
|
}
|
|
|
|
android|wince {
|
|
DEFINES += SRCDIR=\\\"./\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
android: !android-no-sdk {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
}
|