summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
diff options
context:
space:
mode:
authorNiklas2011-09-01 09:31:39 +0200
committerNiklas2011-09-01 09:31:39 +0200
commit4e1b9faba7503f99ee2fbcd7458f66ade42fa309 (patch)
tree4f9668c17d4dbf103ba71302624a387b080301a3 /LogReceiver/LogReceiver.pro
parentsome minor changes (diff)
downloadfbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.tar.gz
fbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.tar.xz
fbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.zip
tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
-rw-r--r--LogReceiver/LogReceiver.pro19
1 files changed, 19 insertions, 0 deletions
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 +=