X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=d3d50a211f743d08aec35e2c1c1e3b4ee46d2102;hp=d111ede4a99306e93bd7b1f64e7a985cb5d89101;hb=8785db5df89a4d417ffb965f919b53be8138fdd5;hpb=afbc416a1a09e00162dd5ba4080cf7018b98208f diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index d111ede..d3d50a2 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -32,8 +32,14 @@ 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 \ + profiledialog.cpp HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ @@ -53,11 +59,17 @@ 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 \ + profiledialog.h FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ @@ -69,14 +81,19 @@ FORMS += mainwindow.ui \ accelerationstartdialog.ui \ accrealtimedialog.ui \ calibratedialog.ui \ - topresultdialog.ui + topresultdialog.ui \ + helpdialog.ui \ + helpresultsdialog.ui \ + helpaccelerationdialog.ui \ + helproutingdialog.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 @@ -84,7 +101,7 @@ INSTALLS += target \ devincludes PKGCONFIG += glib-2.0 \ liblocation -exists(/usr/lib/liblocation.so) { +exists(/usr/lib/liblocation.so) { DEFINES += LIBLOCATION message(liblocation found) }