Categorylist class
[speedfreak] / Client / UI.pro
index dfacc94..ef6e351 100644 (file)
@@ -1,7 +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 \
+    dbus \
     xml
 TARGET = UI
 TEMPLATE = app
@@ -12,14 +16,28 @@ SOURCES += main.cpp \
     measuredialog.cpp \
     calculate.cpp \
     accelerometer.cpp \
-    xmlreader.cpp
+    loginwindow.cpp \
+    registration.cpp \
+    measures.cpp \
+    xmlwriter.cpp \
+    xmlreader.cpp \
+    httpclient.cpp \
+    categorylist.cpp
 HEADERS += carmainwindow.h \
     resultdialog.h \
     stringlistmodel.h \
     measuredialog.h \
     accelerometer.h \
     calculate.h \
-    xmlreader.h
+    loginwindow.h \
+    registration.h \
+    measures.h \
+    xmlwriter.h \
+    xmlreader.h \
+    httpclient.h \
+    categorylist.h
 FORMS += carmainwindow.ui \
     resultdialog.ui \
-    measuredialog.ui
+    measuredialog.ui \
+    loginwindow.ui \
+    registration.ui