mirror of https://github.com/nymea/nymea.git
fixed lib
parent
d2cb4e1c4b
commit
05225be1d5
|
|
@ -12,8 +12,8 @@
|
|||
#include <QSettings>
|
||||
#include <QStringList>
|
||||
|
||||
Q_IMPORT_PLUGIN(RfRemoteMumbi)
|
||||
Q_IMPORT_PLUGIN(RfRemoteIntertechno)
|
||||
Q_IMPORT_PLUGIN(DevicePluginElro)
|
||||
Q_IMPORT_PLUGIN(DevicePluginIntertechno)
|
||||
|
||||
|
||||
DeviceManager::DeviceManager(QObject *parent) :
|
||||
|
|
|
|||
|
|
@ -14,15 +14,15 @@ SOURCES += main.cpp \
|
|||
hivecore.cpp \
|
||||
jsonrpcserver.cpp \
|
||||
tcpserver.cpp \
|
||||
ruleengine.cpp \
|
||||
rule.cpp
|
||||
ruleengine.cpp \
|
||||
rule.cpp
|
||||
|
||||
HEADERS += hivecore.h \
|
||||
jsonrpcserver.h \
|
||||
tcpserver.h \
|
||||
ruleengine.h \
|
||||
rule.h
|
||||
ruleengine.h \
|
||||
rule.h
|
||||
|
||||
# FIXME: Drop this and link them dynamically
|
||||
LIBS += -L../plugins/deviceplugins/rfremotemumbi/ -lhive_rfremotemumbi
|
||||
LIBS += -L../plugins/deviceplugins/rfremoteintertechno/ -lhive_rfremoteintertechno
|
||||
LIBS += -L../plugins/deviceplugins/devicepluginelro/ -lhive_devicepluginelro
|
||||
LIBS += -L../plugins/deviceplugins/devicepluginintertechno/ -lhive_devicepluginintertechno
|
||||
|
|
|
|||
Loading…
Reference in New Issue