qt6-bb10/examples/dbus/dbus.pro

10 lines
169 B
Prolog

TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong \
complexpingpong
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += chat \
remotecontrolledcar
}