summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/qzip.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qzip/qzip.pro')
-rw-r--r--tests/auto/gui/text/qzip/qzip.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/gui/text/qzip/qzip.pro b/tests/auto/gui/text/qzip/qzip.pro
new file mode 100644
index 0000000000..7631a3e93a
--- /dev/null
+++ b/tests/auto/gui/text/qzip/qzip.pro
@@ -0,0 +1,12 @@
+load(qttest_p4)
+QT += gui-private
+SOURCES += tst_qzip.cpp
+
+wince*|symbian: {
+ addFiles.files = testdata
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ !symbian:DEFINES += SRCDIR=\\\".\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}