Regenerate rest of qtbase
Change-Id: I3a1ce255d26522d8ad6694c5b0daaa53fb694de3 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
7610805879
commit
5a985f020d
@ -1,3 +1,4 @@
|
||||
# special case skip regeneration
|
||||
cmake_minimum_required(VERSION 3.15.0)
|
||||
|
||||
# Run auto detection routines
|
||||
|
@ -1,3 +1,4 @@
|
||||
# special case skip regeneration
|
||||
#
|
||||
# Copy/Install doc configuration files to the build/install directory
|
||||
#
|
||||
|
31
tests/auto/network/ssl/qsslcertificate/.prev_CMakeLists.txt
Normal file
31
tests/auto/network/ssl/qsslcertificate/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,31 @@
|
||||
# Generated from qsslcertificate.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsslcertificate Test:
|
||||
#####################################################################
|
||||
|
||||
# Collect test data
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
certificates/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
more-certificates/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
verify-certs/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
pkcs12/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
add_qt_test(tst_qsslcertificate
|
||||
SOURCES
|
||||
tst_qsslcertificate.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
TESTDATA ${test_data}
|
||||
)
|
Loading…
Reference in New Issue
Block a user