Added help and setting dialog's fonts changed bigger.
[speedfreak] / Client / speedfreak.pro
index d111ede..ce4c5e7 100644 (file)
@@ -32,8 +32,11 @@ SOURCES += main.cpp \
     xmlwriter.cpp \
     gpsdata.cpp \
     maemo5locationprivate.cpp \
-    maemo5location.cpp
-
+    maemo5location.cpp \
+    helpdialog.cpp \
+    helpresultsdialog.cpp \
+    helpaccelerationdialog.cpp \
+    helproutingdialog.cpp
 HEADERS += mainwindow.h \
     creditsdialog.h \
     routedialog.h \
@@ -53,11 +56,14 @@ 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
 FORMS += mainwindow.ui \
     creditsdialog.ui \
     routedialog.ui \
@@ -69,9 +75,12 @@ FORMS += mainwindow.ui \
     accelerationstartdialog.ui \
     accrealtimedialog.ui \
     calibratedialog.ui \
-    topresultdialog.ui
+    topresultdialog.ui \
+    helpdialog.ui \
+    helpresultsdialog.ui \
+    helpaccelerationdialog.ui \
+    helproutingdialog.ui
 RESOURCES += graphics.qrc
-
 contains(QT_CONFIG, hildon):CONFIG += hildon
 CONFIG += link_pkgconfig
 
@@ -84,7 +93,7 @@ INSTALLS += target \
     devincludes
 PKGCONFIG += glib-2.0 \
     liblocation
-exists(/usr/lib/liblocation.so) {
+exists(/usr/lib/liblocation.so) { 
     DEFINES += LIBLOCATION
     message(liblocation found)
 }