minor cleanup

This commit is contained in:
Michael Zanetti 2013-12-30 21:41:44 +01:00
parent 585dcfd2bf
commit 7587944de2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@ SOURCES += device.cpp \
HEADERS += device.h \
deviceclass.h \
devicemanager.h \
# deviceplugin.h \
radio433.h \
gpio.h

View File

@ -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