mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 02:25:37 +08:00
DBus enabling of base classes plus sample for testing / show how to use them. Also qdbuscpp2xml plugin for blackmisc classes.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
QT += core
|
||||
QT += core dbus
|
||||
QT -= gui
|
||||
|
||||
TARGET = sample_physicalquantities
|
||||
TARGET = sample_quantities_avionics
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
DEPENDPATH += . ../../src/blackmisc
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
LIBS += -L../../lib -lblackmisc
|
||||
@@ -19,3 +19,5 @@ DESTDIR = ../../bin
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
OTHER_FILES +=
|
||||
|
||||
Reference in New Issue
Block a user