mirror of https://github.com/nymea/nymea.git
fix missing dbus dep (?)
parent
c72342e362
commit
9c5d21270e
|
|
@ -3,7 +3,7 @@ include(../nymea.pri)
|
|||
TARGET = nymea
|
||||
TEMPLATE = lib
|
||||
|
||||
QT += network bluetooth
|
||||
QT += network bluetooth dbus
|
||||
QT -= gui
|
||||
DEFINES += LIBNYMEA_LIBRARY
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue