74cb331af3
Change-Id: I1c51b10af4e2b26f54740f257164c56a0e2a03ce Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
15 lines
297 B
CMake
15 lines
297 B
CMake
# Generated from dbus.pro.
|
|
|
|
if(NOT TARGET Qt::DBus)
|
|
return()
|
|
endif()
|
|
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()
|