qt5base-lts/examples/dbus/dbus.pro

12 lines
188 B
Prolog
Raw Normal View History

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