qt5base-lts/tests/auto/gui/text/qzip/qzip.pro

11 lines
161 B
Prolog
Raw Normal View History

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