From 190e9dcdcf1a2debfbf624af4cb2154172908a64 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 11 Oct 2019 16:55:55 +0200 Subject: Regenerate files after dev -> wip/cmake merge Note the following bigger things that had to be done: Handle GSS library / feature with a new custom find module. Implement rudimentary support for relocatability (does not currently handle extprefix). Change-Id: Ic6cd27dda7ebca9829f51cb42ea76fff6d1767ef Reviewed-by: Simon Hausmann --- src/tools/qdbuscpp2xml/.prev_CMakeLists.txt | 1 + src/tools/qdbuscpp2xml/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'src/tools/qdbuscpp2xml') diff --git a/src/tools/qdbuscpp2xml/.prev_CMakeLists.txt b/src/tools/qdbuscpp2xml/.prev_CMakeLists.txt index 5bcc873a43..ecb45e4416 100644 --- a/src/tools/qdbuscpp2xml/.prev_CMakeLists.txt +++ b/src/tools/qdbuscpp2xml/.prev_CMakeLists.txt @@ -7,6 +7,7 @@ add_qt_tool(qdbuscpp2xml SOURCES ../moc/cbordevice.h + ../moc/collectjson.cpp ../moc/collectjson.h ../moc/generator.cpp ../moc/generator.h ../moc/moc.cpp ../moc/moc.h ../moc/outputrevision.h diff --git a/src/tools/qdbuscpp2xml/CMakeLists.txt b/src/tools/qdbuscpp2xml/CMakeLists.txt index 30ba756f34..3bf127c0f1 100644 --- a/src/tools/qdbuscpp2xml/CMakeLists.txt +++ b/src/tools/qdbuscpp2xml/CMakeLists.txt @@ -8,6 +8,7 @@ add_qt_tool(qdbuscpp2xml TOOLS_TARGET DBus # special case SOURCES ../moc/cbordevice.h + ../moc/collectjson.cpp ../moc/collectjson.h ../moc/generator.cpp ../moc/generator.h ../moc/moc.cpp ../moc/moc.h ../moc/outputrevision.h -- cgit v1.2.3