summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
blob: eaa700155488db302ed5c0ea88d949c0ffea4dac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = LogReceiver
QT += core \
    gui \
    network
LIBS += -lsysfs \
    -L/home/niklas/fbgui/customdhcpcd/src/build \
    -llibcustomdhcpcd
INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src
HEADERS += networkdiscovery.h \
    routemanager.h \
    interfaceconfiguration.h \
    ndgui.h
SOURCES += networkdiscovery.cpp \
    routemanager.cpp \
    interfaceconfiguration.cpp \
    ndgui.cpp \
    main.cpp
FORMS += ndgui.ui
RESOURCES += nd.qrc