summaryrefslogtreecommitdiffstats
path: root/tests/auto/qzip/qzip.pro
blob: 683da62e37351cb77ce5e480de98e6525fda9e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
SOURCES += tst_qzip.cpp

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