TEMPLATE = app TARGET = LogReceiver QT += core \ gui \ network LIBS += -lsysfs INCLUDEPATH += ../customdhcpcd/src HEADERS += routemanager.h \ interfaceconfiguration.h \ ndgui.h \ logreceiver.h \ abortbootdialog.h \ chooseinterfacedialog.h SOURCES += routemanager.cpp \ interfaceconfiguration.cpp \ ndgui.cpp \ main.cpp \ logreceiver.cpp \ abortbootdialog.cpp \ chooseinterfacedialog.cpp FORMS += ndgui.ui \ logreceiver.ui RESOURCES +=