Merge remote branch 'remotes/origin/master' into server
[speedfreak] / Client / UI.pro
index 8990d68..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
@@ -13,8 +18,10 @@ SOURCES += main.cpp \
     calculate.cpp \
     accelerometer.cpp \
     loginwindow.cpp \
-    registration.cpp
-    measures.cpp
+    registration.cpp \
+    measures.cpp \
+    xmlwriter.cpp \
+    xmlreader.cpp
 
 HEADERS += carmainwindow.h \
     resultdialog.h \
@@ -23,8 +30,10 @@ HEADERS += carmainwindow.h \
     accelerometer.h \
     calculate.h \
     loginwindow.h \
-    registration.h
-    measures.h
+    registration.h \
+    measures.h \
+    xmlwriter.h \
+    xmlreader.h
 
 FORMS += carmainwindow.ui \
     resultdialog.ui \