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()
|
2019-03-18 18:26:24 +00:00
|
|
|
add_subdirectory(listnames)
|
|
|
|
add_subdirectory(pingpong)
|
|
|
|
if(QT_FEATURE_process)
|
|
|
|
add_subdirectory(complexpingpong)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(chat)
|
|
|
|
add_subdirectory(remotecontrolledcar)
|
|
|
|
endif()
|