X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2FUI.pro;h=ef6e351c5e9d5ca153f0cfd407f9afd326f31c17;hp=dfacc9420f48ea71136e702f0edc66f58ceadf0a;hb=8d318c3fa452a8f0186425dcd85e217a4a1f3e07;hpb=ec2e343485c22d0c34a63e0d0512dbb642a8a4c4 diff --git a/Client/UI.pro b/Client/UI.pro index dfacc94..ef6e351 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -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