summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
diff options
context:
space:
mode:
authorNiklas2011-10-05 17:39:35 +0200
committerNiklas2011-10-05 17:39:35 +0200
commitbe915d3cfcc639d6303bf8bc0e5ad825e0ef2f95 (patch)
treec52ed62bb40ad926271f0637f9a29aee2889543c /LogReceiver/LogReceiver.pro
parenttried to solve the timing problem. but failed. it is also enough to test for ... (diff)
downloadfbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.tar.gz
fbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.tar.xz
fbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.zip
modified the check for carrier signal. on autoUp==true: if no interface is in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
-rw-r--r--LogReceiver/LogReceiver.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro
index 1bba39d..8313526 100644
--- a/LogReceiver/LogReceiver.pro
+++ b/LogReceiver/LogReceiver.pro
@@ -7,11 +7,13 @@ LIBS += -lsysfs \
-L/home/niklas/fbgui/customdhcpcd/src/build \
-llibcustomdhcpcd
INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src
-HEADERS += networkmanager.h \
+HEADERS += sleeper.h \
+ networkmanager.h \
networkdiscovery.h \
interfaceconfiguration.h \
ndgui.h
-SOURCES += networkmanager.cpp \
+SOURCES += sleeper.cpp \
+ networkmanager.cpp \
networkdiscovery.cpp \
interfaceconfiguration.cpp \
ndgui.cpp \