set(dbustest_SRCS
    main.cpp
)

add_executable(dbustest ${dbustest_SRCS})
target_link_libraries(dbustest
    examples-dbus-common
    Threads::Threads
    Qt${QT_VERSION_MAJOR}::Core
    Qt${QT_VERSION_MAJOR}::DBus
)
set_target_defaults(dbustest)

