From 7587944de2b0b6c81de97e480c9ac94b2295ac27 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 30 Dec 2013 21:41:44 +0100 Subject: [PATCH] minor cleanup --- libhive/libhive.pro | 1 - server/server.pro | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libhive/libhive.pro b/libhive/libhive.pro index 498bc6f0..48b85bb2 100644 --- a/libhive/libhive.pro +++ b/libhive/libhive.pro @@ -11,7 +11,6 @@ SOURCES += device.cpp \ HEADERS += device.h \ deviceclass.h \ devicemanager.h \ -# deviceplugin.h \ radio433.h \ gpio.h diff --git a/server/server.pro b/server/server.pro index 96807b3a..9749d1c1 100644 --- a/server/server.pro +++ b/server/server.pro @@ -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