qt6-bb10/tests/auto/gui/text/qzip/qzip.pro

11 lines
161 B
Prolog

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