Files
qt5.12.8/tests/auto/gui/text/qzip/qzip.pro
2025-08-26 22:57:23 +08: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
}