Files
pilotclient/samples/dbusclient/sample_dbusclient.pro
Roland Winklmeier 40abcf4c19 refs #42:
- Added CDBusServer into Blackcore library
- Added DBus server and client sample
2013-07-22 22:44:00 +02:00

25 lines
417 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2013-07-07T15:31:07
#
#-------------------------------------------------
QT += core dbus
QT -= gui
TARGET = DBusClient
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
DBUS_INTERFACES += planemanager.xml atcmanager.xml fsdclient.xml
SOURCES += main.cpp \
dbusclient.cpp
HEADERS += \
dbusclient.h