blob: 309f2167d1881349d25ccabd4a7014a6b4817539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CONFIG += testcase
TARGET = tst_qzip
QT += gui-private testlib
SOURCES += tst_qzip.cpp
wince* {
addFiles.files = testdata
addFiles.path = .
DEPLOYMENT += addFiles
DEFINES += SRCDIR=\\\".\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
|