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