qt5base-lts/examples/dbus/pingpong/pong.pro

9 lines
146 B
Prolog
Raw Normal View History

QT -= gui
QT += dbus
HEADERS += ping-common.h pong.h
SOURCES += pong.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
INSTALLS += target