X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=6ea2e2eec51ac6b3ca46b545e4585e050280ebfe;hp=20a323d3fbfa175bd7c6b8384e499b1f250b0134;hb=fbb2c086a9df6bf96410bdc757ed8d3da61ab962;hpb=a353d00774503f17a8e832487dc1c8196e0d0d7d diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index 20a323d..6ea2e2e 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -1,6 +1,7 @@ # ------------------------------------------------- # Project created by QtCreator 2010-03-29T09:21:42 # ------------------------------------------------- +QT += dbus TARGET = speedfreak TEMPLATE = app SOURCES += main.cpp \ @@ -9,17 +10,40 @@ SOURCES += main.cpp \ routedialog.cpp \ routesavedialog.cpp \ welcomedialog.cpp \ - instructionsdialog.cpp + usersettings.cpp \ + resultdialog.cpp \ + instructionsdialog.cpp \ + settingsdialog.cpp \ + accelerationstart.cpp \ + accrealtimedialog.cpp \ + accelerometer.cpp \ + movingaverage.cpp \ + calculate.cpp \ + calibratedialog.cpp HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ routesavedialog.h \ welcomedialog.h \ - instructionsdialog.h + usersettings.h \ + resultdialog.h \ + instructionsdialog.h \ + settingsdialog.h \ + accelerationstart.h \ + accrealtimedialog.h \ + accelerometer.h \ + movingaverage.h \ + calculate.h \ + calibratedialog.h FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ routesavedialog.ui \ welcomedialog.ui \ - instructionsdialog.ui + resultdialog.ui \ + instructionsdialog.ui \ + settingsdialog.ui \ + accelerationstartdialog.ui \ + accrealtimedialog.ui \ + calibratedialog.ui RESOURCES += graphics.qrc