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.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/gui/text/qzip/qzip.pro b/tests/auto/gui/text/qzip/qzip.pro
deleted file mode 100644
index ee92855093..0000000000
--- a/tests/auto/gui/text/qzip/qzip.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qzip
-QT += gui-private testlib
-SOURCES += tst_qzip.cpp
-TESTDATA += testdata
-
-android {
- RESOURCES += \
- testdata.qrc
-}