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