Files
qt5.12.8/examples/dbus/dbus.pro
2025-08-26 22:57:23 +08:00

13 lines
215 B
Prolog

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