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