qt5base-lts/examples/dbus/dbus.pro

12 lines
199 B
Prolog
Raw Normal View History

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