Changed URLs. Added open/close to QBuffer buffers.
[speedfreak] / Client / UI.pro
index e19d071..763244b 100644 (file)
@@ -1,5 +1,8 @@
 # -------------------------------------------------
 # 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
@@ -15,7 +18,9 @@ SOURCES += main.cpp \
     loginwindow.cpp \
     registration.cpp \
     measures.cpp \
-    xmlwriter.cpp
+    xmlwriter.cpp \
+    xmlreader.cpp \
+    httpclient.cpp
 HEADERS += carmainwindow.h \
     resultdialog.h \
     stringlistmodel.h \
@@ -25,7 +30,9 @@ HEADERS += carmainwindow.h \
     loginwindow.h \
     registration.h \
     measures.h \
-    xmlwriter.h
+    xmlwriter.h \
+    xmlreader.h \
+    httpclient.h
 FORMS += carmainwindow.ui \
     resultdialog.ui \
     measuredialog.ui \