qt5base-lts/tests/auto/gui/text/qzip/qzip.pro
Maurice Kalinowski 0127f0fa6b update testdata
Change-Id: I7bc5c58e73a5b31ef3a5ee6eff62212d0c18e416
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2016-08-31 10:00:29 +00:00

11 lines
161 B
Prolog

CONFIG += testcase
TARGET = tst_qzip
QT += gui-private testlib
SOURCES += tst_qzip.cpp
TESTDATA += testdata
android {
RESOURCES += \
testdata.qrc
}