X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2FUI.pro;fp=Client%2FUI.pro;h=590687edd55b555e0f11d6085f1a04beab299f27;hp=dfacc9420f48ea71136e702f0edc66f58ceadf0a;hb=39d7f4c4a512b62dac0f777385af70f18f8bcedd;hpb=ec2e343485c22d0c34a63e0d0512dbb642a8a4c4 diff --git a/Client/UI.pro b/Client/UI.pro index dfacc94..590687e 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -12,14 +12,26 @@ SOURCES += main.cpp \ measuredialog.cpp \ calculate.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 \ + loginwindow.h \ + registration.h \ + measures.h \ + xmlwriter.h \ xmlreader.h + FORMS += carmainwindow.ui \ resultdialog.ui \ - measuredialog.ui + measuredialog.ui \ + loginwindow.ui \ + registration.ui