qt5base-lts/tests/auto/xml/sax/qxmlinputsource/CMakeLists.txt
Leander Beernaert f863bf7d64 Add XML tests
Initial conversion of XML tests.

Change-Id: I47256d4d87dad106b04be2c2e1abc9ef070be973
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-10-10 09:02:43 +00:00

14 lines
344 B
CMake

# Generated from qxmlinputsource.pro.
#####################################################################
## tst_qxmlinputsource Test:
#####################################################################
add_qt_test(tst_qxmlinputsource
SOURCES
tst_qxmlinputsource.cpp
PUBLIC_LIBRARIES
Qt::Network
Qt::Xml
)