From 54e31640362a7a995dd49f100eee9550d745e58f Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 19 Oct 2011 17:00:58 +0200 Subject: put the NetworkDiscovery code into the src folder of the fbgui. made some test, building a usb stick iso and running it on a maschine. did some bug fixes --- src/fbgui.pro | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'src/fbgui.pro') diff --git a/src/fbgui.pro b/src/fbgui.pro index c18e022..701402b 100644 --- a/src/fbgui.pro +++ b/src/fbgui.pro @@ -12,12 +12,20 @@ LIBS += -L/usr/local/qjson/lib \ -lQxtCore \ -L/usr/lib \ -lsysfs \ - -lusb-1.0 + -lnl \ + -lusb-1.0 \ + -L/usr/local/lib \ + -lcustomdhcpcd INCLUDEPATH += /usr/local/qjson/include \ /usr/local/Qxt/include \ /usr/local/Qxt/include/QxtCore \ /usr/include/sysfs \ - /usr/include/libusb-1.0 + /usr/include/libusb-1.0 \ + /usr/include/net \ + /usr/include/netlink \ + /usr/include/netlink/route \ + /usr/include/arpa \ + ./../customdhcpcd/src HEADERS += ../common/fbgui.h \ downloadmanager.h \ fbgui.h \ @@ -27,8 +35,12 @@ HEADERS += ../common/fbgui.h \ ndgui.h \ networkdiscovery.h \ networkmanager.h \ - sysinfo.h \ -SOURCES += sysinfo.cpp \ + sysinfo.h +SOURCES += networkdiscovery.cpp \ + networkmanager.cpp \ + ndgui.cpp \ + interfaceconfiguration.cpp \ + sysinfo.cpp \ loggerengine.cpp \ javascriptinterface.cpp \ downloadmanager.cpp \ -- cgit v1.2.3-55-g7522