rename plugins
This commit is contained in:
parent
d2cf8b90c0
commit
693519841f
@ -1,3 +1,6 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += devicepluginelro devicepluginintertechno devicepluginmeisteranker devicepluginwifidetector
|
||||
SUBDIRS += elro \
|
||||
intertechno \
|
||||
meisteranker \
|
||||
wifidetector \
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user