e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@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")
|
|
|
|
qt_add_test(tst_qxml
|
|
SOURCES
|
|
tst_qxml.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Xml
|
|
TESTDATA ${test_data}
|
|
)
|