2019-10-09 14:54:42 +00:00
|
|
|
# Generated from qxml.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qxml Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# Collect test data
|
|
|
|
list(APPEND test_data "0x010D.xml")
|
|
|
|
|
2020-07-07 16:01:06 +00:00
|
|
|
qt_add_test(tst_qxml
|
2019-10-09 14:54:42 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qxml.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Xml
|
|
|
|
TESTDATA ${test_data}
|
|
|
|
)
|