minor cleanup
This commit is contained in:
parent
585dcfd2bf
commit
7587944de2
@ -11,7 +11,6 @@ SOURCES += device.cpp \
|
||||
HEADERS += device.h \
|
||||
deviceclass.h \
|
||||
devicemanager.h \
|
||||
# deviceplugin.h \
|
||||
radio433.h \
|
||||
gpio.h
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ INSTALLS += target
|
||||
|
||||
QT += network
|
||||
|
||||
LIBS += -L../libhive/ -lhive -L../plugins/deviceplugins/rfswitch/ -lhive_rfswitch
|
||||
LIBS += -L../libhive/ -lhive
|
||||
|
||||
SOURCES += main.cpp \
|
||||
hivecore.cpp \
|
||||
@ -20,3 +20,4 @@ HEADERS += hivecore.h \
|
||||
tcpserver.h \
|
||||
|
||||
# FIXME: Drop this and link them dynamically
|
||||
LIBS += -L../plugins/deviceplugins/rfswitch/ -lhive_rfswitch
|
||||
|
||||
Reference in New Issue
Block a user