qt6-bb10/examples/dbus/dbus.pro

12 lines
188 B
Prolog

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