summaryrefslogtreecommitdiffstats
path: root/tests/auto/qzip/qzip.pro
blob: e8f26a4b01789da7ea0de29a3176b80e92b1f2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase

TARGET = tst_qzip
QT += testlib
SOURCES += tst_qzip.cpp

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