mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Issue #15 Added CDataLinkDBus, an implementation for sharing state between processes via DBus
This commit is contained in:
@@ -39,6 +39,7 @@ HEADERS += *.h \
|
||||
$$files($$PWD/network/external/*.h) \
|
||||
$$files($$PWD/pq/*.h) \
|
||||
$$files($$PWD/sharedstate/*.h) \
|
||||
$$files($$PWD/sharedstate/dbus/*.h) \
|
||||
$$files($$PWD/simulation/*.h) \
|
||||
$$files($$PWD/simulation/data/*.h) \
|
||||
$$files($$PWD/simulation/settings/*.h) \
|
||||
@@ -63,6 +64,7 @@ SOURCES += *.cpp \
|
||||
$$files($$PWD/network/external/*.cpp) \
|
||||
$$files($$PWD/pq/*.cpp) \
|
||||
$$files($$PWD/sharedstate/*.cpp) \
|
||||
$$files($$PWD/sharedstate/dbus/*.cpp) \
|
||||
$$files($$PWD/simulation/*.cpp) \
|
||||
$$files($$PWD/simulation/data/*.cpp) \
|
||||
$$files($$PWD/simulation/settings/*.cpp) \
|
||||
|
||||
Reference in New Issue
Block a user