qt5base-lts/tests/auto/tools/qdbuscpp2xml/CMakeLists.txt
Alexandru Croitor f7d7021460 Regenerate tests/auto/tools
Change-Id: I25268499ff966ebf134150accbaec7634726fe40
Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-11-12 17:25:41 +00:00

27 lines
532 B
CMake

# Generated from qdbuscpp2xml.pro.
#####################################################################
## tst_qdbuscpp2xml Test:
#####################################################################
add_qt_test(tst_qdbuscpp2xml
SOURCES
test1.h
tst_qdbuscpp2xml.cpp
PUBLIC_LIBRARIES
Qt::DBus
)
# Resources:
set(qdbuscpp2xml_resource_files
"test1.h"
)
add_qt_resource(tst_qdbuscpp2xml "qdbuscpp2xml"
PREFIX
"/tst_qdbuscpp2xml/"
FILES
${qdbuscpp2xml_resource_files}
)