From 4e1b9faba7503f99ee2fbcd7458f66ade42fa309 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 1 Sep 2011 09:31:39 +0200 Subject: tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder --- LogReceiver/LogReceiver.pro | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LogReceiver/LogReceiver.pro (limited to 'LogReceiver/LogReceiver.pro') diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro new file mode 100644 index 0000000..19300fa --- /dev/null +++ b/LogReceiver/LogReceiver.pro @@ -0,0 +1,19 @@ +TEMPLATE = app +TARGET = LogReceiver +QT += core \ + gui \ + network +LIBS += -lsysfs +INCLUDEPATH += ../customdhcpcd/src +HEADERS += ndgui.h \ + logreceiver.h \ + abortbootdialog.h \ + chooseinterfacedialog.h +SOURCES += ndgui.cpp \ + main.cpp \ + logreceiver.cpp \ + abortbootdialog.cpp \ + chooseinterfacedialog.cpp +FORMS += ndgui.ui \ + logreceiver.ui +RESOURCES += -- cgit v1.2.3-55-g7522