summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
blob: 04791efaa208b11a2b426e204a9cb0497c8ae53a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 +=