Moved from MySQL to new set of D-BUS methods to retreive station call / ID
This commit is contained in:
parent
f9bcb35800
commit
b99aeaa581
17 changed files with 294 additions and 424 deletions
|
@ -7,8 +7,8 @@ set(MODSRC QsoImpl.cpp)
|
|||
# ***
|
||||
pkg_check_modules(DBUS dbus-1)
|
||||
include_directories(${DBUS_INCLUDE_DIRS})
|
||||
set(LIBS ${LIBS} ${DBUS_LIBRARIES} mysqlclient)
|
||||
set(MODSRC ${MODSRC} PatchCordProxy.cpp UserDataStore.cpp BrandMeisterBridge.cpp)
|
||||
set(LIBS ${LIBS} ${DBUS_LIBRARIES})
|
||||
set(MODSRC ${MODSRC} PatchCord.cpp BrandMeisterBridge.cpp)
|
||||
# ***
|
||||
|
||||
# Project libraries to link to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue