summaryrefslogtreecommitdiffstats
path: root/workspace/LogWriter/LogWriter.pro
diff options
context:
space:
mode:
authorNiklas2011-07-06 16:56:16 +0200
committerNiklas2011-07-06 16:56:16 +0200
commite71f5ac6630686f3bd92817b401ed8d88e121f6d (patch)
tree13f6a33a630f61aa0b259c0b302b8ae203058bc0 /workspace/LogWriter/LogWriter.pro
parentnew funtions for the networkDiscovery class. (diff)
downloadfbgui-e71f5ac6630686f3bd92817b401ed8d88e121f6d.tar.gz
fbgui-e71f5ac6630686f3bd92817b401ed8d88e121f6d.tar.xz
fbgui-e71f5ac6630686f3bd92817b401ed8d88e121f6d.zip
added the two tryout with a qt LogReceiver and a c code client
Diffstat (limited to 'workspace/LogWriter/LogWriter.pro')
-rw-r--r--workspace/LogWriter/LogWriter.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/workspace/LogWriter/LogWriter.pro b/workspace/LogWriter/LogWriter.pro
new file mode 100644
index 0000000..112fd84
--- /dev/null
+++ b/workspace/LogWriter/LogWriter.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET = LogWriter
+
+QT += core gui network
+
+HEADERS += logwriter.h
+SOURCES += main.cpp \
+ logwriter.cpp
+FORMS += logwriter.ui
+RESOURCES +=