summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
blob: 1bba39d11151cf43eef4da905cf034a582370bb2 (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 += networkmanager.h \
    networkdiscovery.h \
    interfaceconfiguration.h \
    ndgui.h
SOURCES += networkmanager.cpp \
    networkdiscovery.cpp \
    interfaceconfiguration.cpp \
    ndgui.cpp \
    main.cpp
FORMS += ndgui.ui
RESOURCES += nd.qrc