Files
qt4-x11/examples/dbus/dbus.pro
2025-08-24 20:55:26 +08:00

17 lines
311 B
INI

TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong \
complexpingpong
!contains(QT_CONFIG, no-gui) {
SUBDIRS += dbus-chat \
remotecontrolledcar
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/dbus
sources.files = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus
INSTALLS += sources