summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc/snippets/cmake/examples.cmake
blob: 2bb6b63abb159761c413912fc0df11b6ea09bedc (plain)
1
2
3
4
5
6
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#! [qt_add_dbus_adaptor]
qt_add_dbus_adaptor(GENERATED_SOURCES org.example.chat.xml chat.h ChatMainWindow)
#! [qt_add_dbus_adaptor]