summaryrefslogtreecommitdiffstats
path: root/NetworkDiscovery/LogReceiver.pro
diff options
context:
space:
mode:
authorNiklas2011-10-07 14:10:55 +0200
committerNiklas2011-10-07 14:10:55 +0200
commitb8fbb02240da7ce471f5b62fdb46c581d94b5335 (patch)
treea78ac13fafac4f5da67db0901426b8e02fcc66e9 /NetworkDiscovery/LogReceiver.pro
parentrenaming of the projekt form LogReceiver into NetworkDiscovery (diff)
downloadfbgui-b8fbb02240da7ce471f5b62fdb46c581d94b5335.tar.gz
fbgui-b8fbb02240da7ce471f5b62fdb46c581d94b5335.tar.xz
fbgui-b8fbb02240da7ce471f5b62fdb46c581d94b5335.zip
adding files of the renamed directory
Diffstat (limited to 'NetworkDiscovery/LogReceiver.pro')
-rw-r--r--NetworkDiscovery/LogReceiver.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/NetworkDiscovery/LogReceiver.pro b/NetworkDiscovery/LogReceiver.pro
new file mode 100644
index 0000000..802bfeb
--- /dev/null
+++ b/NetworkDiscovery/LogReceiver.pro
@@ -0,0 +1,20 @@
+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 += interfaceconfiguration.cpp \
+ main.cpp \
+ ndgui.cpp \
+ networkdiscovery.cpp \
+ networkmanager.cpp
+FORMS += ndgui.ui
+RESOURCES += nd.qrc