X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2FUI.pro;h=8990d6848292e3f3a99071bf6a56de9bffd114b9;hp=6c55c454ac6e6759bf900d3ff773beaee27e62fe;hb=4211691d12fc1588687447e294f0785337a0d0d8;hpb=2650becbf772dc623f16cf29f236fd19df335334 diff --git a/Client/UI.pro b/Client/UI.pro index 6c55c45..8990d68 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -10,14 +10,24 @@ SOURCES += main.cpp \ resultdialog.cpp \ stringlistmodel.cpp \ measuredialog.cpp \ + calculate.cpp \ accelerometer.cpp \ - calculate.cpp + loginwindow.cpp \ + registration.cpp + measures.cpp + HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ measuredialog.h \ accelerometer.h \ - calculate.h + calculate.h \ + loginwindow.h \ + registration.h + measures.h + FORMS += carmainwindow.ui \ resultdialog.ui \ - measuredialog.ui + measuredialog.ui \ + loginwindow.ui \ + registration.ui