qt6-bb10/examples/dbus/dbus.pro

10 lines
158 B
Prolog

TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong \
complexpingpong
qtHaveModule(widgets) {
SUBDIRS += chat \
remotecontrolledcar
}