Merge remote branch 'remotes/origin/master' into server
[speedfreak] / Client / UI.pro
index ed44f43..924d9d7 100644 (file)
@@ -1,6 +1,11 @@
 # -------------------------------------------------
 # Project created by QtCreator 2010-02-23T14:17:30
+#
+# @author     Speed Freak team
+# @copyright  (c) 2010 Speed Freak team
+# @license    http://opensource.org/licenses/gpl-license.php GNU Public License
 # -------------------------------------------------
+
 QT += network \
     xml
 TARGET = UI
@@ -14,7 +19,9 @@ SOURCES += main.cpp \
     accelerometer.cpp \
     loginwindow.cpp \
     registration.cpp \
-    measures.cpp
+    measures.cpp \
+    xmlwriter.cpp \
+    xmlreader.cpp
 
 HEADERS += carmainwindow.h \
     resultdialog.h \
@@ -24,7 +31,9 @@ HEADERS += carmainwindow.h \
     calculate.h \
     loginwindow.h \
     registration.h \
-    measures.h
+    measures.h \
+    xmlwriter.h \
+    xmlreader.h
 
 FORMS += carmainwindow.ui \
     resultdialog.ui \