Merge remote branch 'remotes/origin/master' into server
[speedfreak] / Client / UI.pro
index c48d029..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
@@ -11,13 +16,27 @@ SOURCES += main.cpp \
     stringlistmodel.cpp \
     measuredialog.cpp \
     calculate.cpp \
-    accelerometer.cpp
+    accelerometer.cpp \
+    loginwindow.cpp \
+    registration.cpp \
+    measures.cpp \
+    xmlwriter.cpp \
+    xmlreader.cpp
+
 HEADERS += carmainwindow.h \
     resultdialog.h \
     stringlistmodel.h \
     measuredialog.h \
+    accelerometer.h \
     calculate.h \
-    accelerometer.h
+    loginwindow.h \
+    registration.h \
+    measures.h \
+    xmlwriter.h \
+    xmlreader.h
+
 FORMS += carmainwindow.ui \
     resultdialog.ui \
-    measuredialog.ui
+    measuredialog.ui \
+    loginwindow.ui \
+    registration.ui