Acceleration counted also from y axel.
[speedfreak] / Client / speedfreak.pro
index 22ebcb8..30b66c7 100644 (file)
@@ -37,7 +37,10 @@ SOURCES += main.cpp \
     helpresultsdialog.cpp \
     helpaccelerationdialog.cpp \
     helproutingdialog.cpp \
-    helpsettingsdialog.cpp
+    helpsettingsdialog.cpp \
+    custombutton.cpp \
+    profiledialog.cpp \
+    filereader.cpp
 HEADERS += mainwindow.h \
     creditsdialog.h \
     routedialog.h \
@@ -65,7 +68,10 @@ HEADERS += mainwindow.h \
     helpresultsdialog.h \
     helpaccelerationdialog.h \
     helproutingdialog.h \
-    helpsettingsdialog.h
+    helpsettingsdialog.h \
+    custombutton.h \
+    profiledialog.h \
+    filereader.h
 FORMS += mainwindow.ui \
     creditsdialog.ui \
     routedialog.ui \
@@ -82,13 +88,14 @@ FORMS += mainwindow.ui \
     helpresultsdialog.ui \
     helpaccelerationdialog.ui \
     helproutingdialog.ui \
-    helpsettingsdialog.ui
+    helpsettingsdialog.ui \
+    profiledialog.ui
 RESOURCES += graphics.qrc
 contains(QT_CONFIG, hildon):CONFIG += hildon
 CONFIG += link_pkgconfig
 
 # Enable this to disable debugging
-DEFINES += QT_NO_DEBUG_OUTPUT
+# DEFINES += QT_NO_DEBUG_OUTPUT
 target.path += /usr/lib
 devincludes.files = $$HEADERS
 devincludes.path += /usr/include/$$TEMPLATE$$TARGET