summaryrefslogtreecommitdiffstats
path: root/examples/dbus/CMakeLists.txt
blob: 42a3df658abc0b9cc5c7c121a4c212f005f16583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from dbus.pro.

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()