summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
blob: 9666b2f4a852094086c61bf110dd0826c450d1e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = app
TARGET = LogReceiver
QT += core \
    gui \
    network
LIBS += -lsysfs
INCLUDEPATH += ../customdhcpcd/src
HEADERS += interfaceconfiguration.h \
    ndgui.h \
    logreceiver.h \
    abortbootdialog.h \
    chooseinterfacedialog.h
SOURCES += interfaceconfiguration.cpp \
    ndgui.cpp \
    main.cpp \
    logreceiver.cpp \
    abortbootdialog.cpp \
    chooseinterfacedialog.cpp
FORMS += ndgui.ui \
    logreceiver.ui
RESOURCES +=