X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2FUI.pro;fp=Client%2FUI.pro;h=2d5e8c6b9553458df6c15eb98655bed607d5cf8b;hp=97de2a21d6d36d20c691e6d54280a1f7ea802738;hb=93cfba3f8bf9649fff7f71602558042151f92e8f;hpb=cd05761834f2faaeb31b59a18d5c8afbe6bfc499 diff --git a/Client/UI.pro b/Client/UI.pro index 97de2a2..2d5e8c6 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -11,15 +11,19 @@ SOURCES += main.cpp \ stringlistmodel.cpp \ measuredialog.cpp \ calculate.cpp \ - accelerometer.cpp - + accelerometer.cpp \ + loginwindow.cpp \ + registration.cpp HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ measuredialog.h \ accelerometer.h \ - calculate.h - + calculate.h \ + loginwindow.h \ + registration.h FORMS += carmainwindow.ui \ resultdialog.ui \ - measuredialog.ui + measuredialog.ui \ + loginwindow.ui \ + registration.ui