summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
diff options
context:
space:
mode:
authorNiklas2011-09-23 14:08:55 +0200
committerNiklas2011-09-23 14:08:55 +0200
commit0216e9aadb7e794037d3cf553b05474de8322a74 (patch)
treefb4c699a56a459d9f4b628a5f66b19796de23f5c /LogReceiver/LogReceiver.pro
parentchanged the css file for the networkdiscovery. now it looks a bit nicer (diff)
downloadfbgui-0216e9aadb7e794037d3cf553b05474de8322a74.tar.gz
fbgui-0216e9aadb7e794037d3cf553b05474de8322a74.tar.xz
fbgui-0216e9aadb7e794037d3cf553b05474de8322a74.zip
renamed the logreceiver to networkdiscovery and deleted the abortbootdialog and chooseinterfacedialog since this is now implemented via html/css/jquery
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
-rw-r--r--LogReceiver/LogReceiver.pro16
1 files changed, 6 insertions, 10 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro
index 2eea3bd..eaa7001 100644
--- a/LogReceiver/LogReceiver.pro
+++ b/LogReceiver/LogReceiver.pro
@@ -7,18 +7,14 @@ LIBS += -lsysfs \
-L/home/niklas/fbgui/customdhcpcd/src/build \
-llibcustomdhcpcd
INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src
-HEADERS += routemanager.h \
+HEADERS += networkdiscovery.h \
+ routemanager.h \
interfaceconfiguration.h \
- ndgui.h \
- logreceiver.h \
- abortbootdialog.h \
- chooseinterfacedialog.h
-SOURCES += routemanager.cpp \
+ ndgui.h
+SOURCES += networkdiscovery.cpp \
+ routemanager.cpp \
interfaceconfiguration.cpp \
ndgui.cpp \
- main.cpp \
- logreceiver.cpp \
- abortbootdialog.cpp \
- chooseinterfacedialog.cpp
+ main.cpp
FORMS += ndgui.ui
RESOURCES += nd.qrc