summaryrefslogtreecommitdiffstats
path: root/workspace/LogWriter/LogWriter.pro
diff options
context:
space:
mode:
authorNiklas2011-07-11 16:51:30 +0200
committerNiklas2011-07-11 16:51:30 +0200
commitfdae19c238de3a66c3aeaca45ce2e96ceda7cbf2 (patch)
tree22252d5050b8a1cab99f5571ef8b0a73bb94fa01 /workspace/LogWriter/LogWriter.pro
parentadded the two tryout with a qt LogReceiver and a c code client (diff)
downloadfbgui-fdae19c238de3a66c3aeaca45ce2e96ceda7cbf2.tar.gz
fbgui-fdae19c238de3a66c3aeaca45ce2e96ceda7cbf2.tar.xz
fbgui-fdae19c238de3a66c3aeaca45ce2e96ceda7cbf2.zip
updated the LogReceiver and LogWriter. we are now able to send and receive Status SubStatus and msg messages.
Diffstat (limited to 'workspace/LogWriter/LogWriter.pro')
-rw-r--r--workspace/LogWriter/LogWriter.pro17
1 files changed, 9 insertions, 8 deletions
diff --git a/workspace/LogWriter/LogWriter.pro b/workspace/LogWriter/LogWriter.pro
index 112fd84..ba5df47 100644
--- a/workspace/LogWriter/LogWriter.pro
+++ b/workspace/LogWriter/LogWriter.pro
@@ -1,10 +1,11 @@
TEMPLATE = app
-TARGET = LogWriter
-
-QT += core gui network
-
-HEADERS += logwriter.h
-SOURCES += main.cpp \
+TARGET = LogWriter
+QT += core \
+ gui \
+ network
+HEADERS += status.h \
+ logwriter.h
+SOURCES += main.cpp \
logwriter.cpp
-FORMS += logwriter.ui
-RESOURCES +=
+FORMS += logwriter.ui
+RESOURCES +=