2019-11-01 09:28:02 +00:00
|
|
|
# Generated from qzip.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qzip Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# Collect test data
|
|
|
|
list(APPEND test_data "testdata")
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qzip
|
2019-11-01 09:28:02 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qzip.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-11-01 09:28:02 +00:00
|
|
|
TESTDATA ${test_data}
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
if(ANDROID)
|
|
|
|
# Resources:
|
|
|
|
set(testdata_resource_files
|
|
|
|
"testdata/symlink.zip"
|
|
|
|
"testdata/test.zip"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_qzip "testdata"
|
2019-11-01 09:28:02 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${testdata_resource_files}
|
|
|
|
)
|
|
|
|
endif()
|