X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=74cc7e2ccae704363a0cfb547cc5575551cee124;hp=1695f81d2eae1af0ce7526ef13643f6ac79dbd99;hb=351a0f90c2b210e80a9ed9055714fd48d406e1f7;hpb=418c218ef417574ba034cb26d65da388aba852d0 diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index 1695f81..74cc7e2 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -1,7 +1,12 @@ # ------------------------------------------------- # Project created by QtCreator 2010-03-29T09:21:42 +# @author Speed Freak team +# @copyright (c) 2010 Speed Freak team +# @license http://opensource.org/licenses/gpl-license.php GNU Public License # ------------------------------------------------- -QT += dbus +QT += dbus \ + network \ + xml TARGET = speedfreak TEMPLATE = app SOURCES += main.cpp \ @@ -18,7 +23,22 @@ SOURCES += main.cpp \ accrealtimedialog.cpp \ accelerometer.cpp \ movingaverage.cpp \ - calculate.cpp + calculate.cpp \ + calibratedialog.cpp \ + topresultdialog.cpp \ + categorylist.cpp \ + httpclient.cpp \ + xmlreader.cpp \ + xmlwriter.cpp \ + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp \ + helpdialog.cpp \ + helpresultsdialog.cpp \ + helpaccelerationdialog.cpp \ + helproutingdialog.cpp \ + helpsettingsdialog.cpp \ + custombutton.cpp HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ @@ -32,7 +52,22 @@ HEADERS += mainwindow.h \ accrealtimedialog.h \ accelerometer.h \ movingaverage.h \ - calculate.h + calculate.h \ + calibratedialog.h \ + topresultdialog.h \ + categorylist.h \ + httpclient.h \ + xmlreader.h \ + xmlwriter.h \ + maemo5locationprivate.h \ + maemo5location.h \ + gpsdata.h \ + helpdialog.h \ + helpresultsdialog.h \ + helpaccelerationdialog.h \ + helproutingdialog.h \ + helpsettingsdialog.h \ + custombutton.h FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ @@ -42,5 +77,28 @@ FORMS += mainwindow.ui \ instructionsdialog.ui \ settingsdialog.ui \ accelerationstartdialog.ui \ - accrealtimedialog.ui + accrealtimedialog.ui \ + calibratedialog.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 +target.path += /usr/lib +devincludes.files = $$HEADERS +devincludes.path += /usr/include/$$TEMPLATE$$TARGET +INSTALLS += target \ + devincludes +PKGCONFIG += glib-2.0 \ + liblocation +exists(/usr/lib/liblocation.so) { + DEFINES += LIBLOCATION + message(liblocation found) +}