Route and Results buttons updated.
[speedfreak] / Client / speedfreak.pro
index d111ede..74cc7e2 100644 (file)
@@ -32,8 +32,13 @@ SOURCES += main.cpp \
     xmlwriter.cpp \
     gpsdata.cpp \
     maemo5locationprivate.cpp \
-    maemo5location.cpp
-
+    maemo5location.cpp \
+    helpdialog.cpp \
+    helpresultsdialog.cpp \
+    helpaccelerationdialog.cpp \
+    helproutingdialog.cpp \
+    helpsettingsdialog.cpp \
+    custombutton.cpp
 HEADERS += mainwindow.h \
     creditsdialog.h \
     routedialog.h \
@@ -53,11 +58,16 @@ HEADERS += mainwindow.h \
     categorylist.h \
     httpclient.h \
     xmlreader.h \
-    xmlwriter.h
-    gpsdata.h \
+    xmlwriter.h \
     maemo5locationprivate.h \
-    maemo5location.h
-
+    maemo5location.h \
+    gpsdata.h \
+    helpdialog.h \
+    helpresultsdialog.h \
+    helpaccelerationdialog.h \
+    helproutingdialog.h \
+    helpsettingsdialog.h \
+    custombutton.h
 FORMS += mainwindow.ui \
     creditsdialog.ui \
     routedialog.ui \
@@ -69,14 +79,18 @@ FORMS += mainwindow.ui \
     accelerationstartdialog.ui \
     accrealtimedialog.ui \
     calibratedialog.ui \
-    topresultdialog.ui
+    topresultdialog.ui \
+    helpdialog.ui \
+    helpresultsdialog.ui \
+    helpaccelerationdialog.ui \
+    helproutingdialog.ui \
+    helpsettingsdialog.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
@@ -84,7 +98,7 @@ INSTALLS += target \
     devincludes
 PKGCONFIG += glib-2.0 \
     liblocation
-exists(/usr/lib/liblocation.so) {
+exists(/usr/lib/liblocation.so) { 
     DEFINES += LIBLOCATION
     message(liblocation found)
 }