rename plugins

This commit is contained in:
Michael Zanetti 2014-01-06 21:14:09 +01:00
parent d2cf8b90c0
commit 693519841f
18 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += devicepluginelro devicepluginintertechno devicepluginmeisteranker devicepluginwifidetector
SUBDIRS += elro \
intertechno \
meisteranker \
wifidetector \

View File

@ -25,7 +25,7 @@ HEADERS += hivecore.h \
rule.h
# FIXME: Drop this and link them dynamically
LIBS += -L../plugins/deviceplugins/devicepluginelro/ -lhive_devicepluginelro
LIBS += -L../plugins/deviceplugins/devicepluginintertechno/ -lhive_devicepluginintertechno
LIBS += -L../plugins/deviceplugins/devicepluginmeisteranker/ -lhive_devicepluginmeisteranker
LIBS += -L../plugins/deviceplugins/devicepluginwifidetector/ -lhive_devicepluginwifidetector
LIBS += -L../plugins/deviceplugins/elro/ -lhive_devicepluginelro
LIBS += -L../plugins/deviceplugins/intertechno/ -lhive_devicepluginintertechno
LIBS += -L../plugins/deviceplugins/meisteranker/ -lhive_devicepluginmeisteranker
LIBS += -L../plugins/deviceplugins/wifidetector/ -lhive_devicepluginwifidetector