f863bf7d64
Initial conversion of XML tests. Change-Id: I47256d4d87dad106b04be2c2e1abc9ef070be973 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
17 lines
363 B
CMake
17 lines
363 B
CMake
# Generated from qxml.pro.
|
|
|
|
#####################################################################
|
|
## tst_qxml Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
list(APPEND test_data "0x010D.xml")
|
|
|
|
add_qt_test(tst_qxml
|
|
SOURCES
|
|
tst_qxml.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Xml
|
|
TESTDATA ${test_data}
|
|
)
|