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

11 lines
209 B
Prolog
Raw Normal View History

QT -= gui
QT += dbus
HEADERS += ping-common.h
SOURCES += ping.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
INSTALLS += target
simulator: warning(This example does not work on Simulator platform)