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



                    



                                                  

                             
                              
           

                               
                                
               
            
                 
                   
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