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}
|
||
|
)
|