summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/qzip.pro
blob: 221971c560c29038cca57389ae7f1702bf5335f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
QT += gui-private
SOURCES += tst_qzip.cpp

wince* {
   addFiles.files = testdata
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\".\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"
}