diff options
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
| -rw-r--r-- | LogReceiver/LogReceiver.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro index 04791ef..b1b1dc1 100644 --- a/LogReceiver/LogReceiver.pro +++ b/LogReceiver/LogReceiver.pro @@ -3,8 +3,10 @@ TARGET = LogReceiver QT += core \ gui \ network -LIBS += -lsysfs -INCLUDEPATH += ../customdhcpcd/src +LIBS += -lsysfs \ + -L/home/niklas/fbgui/customdhcpcd/src/build \ + -llibcustomdhcpcd +INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src HEADERS += routemanager.h \ interfaceconfiguration.h \ ndgui.h \ @@ -18,6 +20,5 @@ SOURCES += routemanager.cpp \ logreceiver.cpp \ abortbootdialog.cpp \ chooseinterfacedialog.cpp -FORMS += ndgui.ui \ - logreceiver.ui +FORMS += ndgui.ui RESOURCES += |
