qt5base-lts/examples/dbus/dbus.pro

12 lines
184 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong \
complexpingpong
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += chat \
remotecontrolledcar
}
QT += widgets