summaryrefslogblamecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
blob: 9666b2f4a852094086c61bf110dd0826c450d1e8 (plain) (tree)
1
2
3
4
5
6
7
8
9
              



                    
               
                                  

                                     


                           

                                       
              


                             


                   
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 +=