summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
-rw-r--r--LogReceiver/LogReceiver.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro
index 19300fa..9666b2f 100644
--- a/LogReceiver/LogReceiver.pro
+++ b/LogReceiver/LogReceiver.pro
@@ -5,11 +5,13 @@ QT += core \
network
LIBS += -lsysfs
INCLUDEPATH += ../customdhcpcd/src
-HEADERS += ndgui.h \
+HEADERS += interfaceconfiguration.h \
+ ndgui.h \
logreceiver.h \
abortbootdialog.h \
chooseinterfacedialog.h
-SOURCES += ndgui.cpp \
+SOURCES += interfaceconfiguration.cpp \
+ ndgui.cpp \
main.cpp \
logreceiver.cpp \
abortbootdialog.cpp \