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