2019-03-18 18:26:24 +00:00
|
|
|
# Generated from dbus.pro.
|
|
|
|
|
2020-07-07 13:24:45 +00:00
|
|
|
if(NOT TARGET Qt::DBus)
|
|
|
|
return()
|
|
|
|
endif()
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(listnames)
|
|
|
|
qt_internal_add_example(pingpong)
|
2019-03-18 18:26:24 +00:00
|
|
|
if(QT_FEATURE_process)
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(complexpingpong)
|
2019-03-18 18:26:24 +00:00
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Widgets)
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(chat)
|
2019-03-18 18:26:24 +00:00
|
|
|
add_subdirectory(remotecontrolledcar)
|
|
|
|
endif()
|