X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=d111ede4a99306e93bd7b1f64e7a985cb5d89101;hp=fadaa4b024599343cf2b1585759774e2c8e51086;hb=afbc416a1a09e00162dd5ba4080cf7018b98208f;hpb=d30e81dac1985e72bb92ed8b2621694542ac2e2c diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index fadaa4b..d111ede 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -1,6 +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 \ + network \ + xml TARGET = speedfreak TEMPLATE = app SOURCES += main.cpp \ @@ -9,16 +15,76 @@ SOURCES += main.cpp \ routedialog.cpp \ routesavedialog.cpp \ welcomedialog.cpp \ - usersettings.cpp + usersettings.cpp \ + resultdialog.cpp \ + instructionsdialog.cpp \ + settingsdialog.cpp \ + accelerationstart.cpp \ + accrealtimedialog.cpp \ + accelerometer.cpp \ + movingaverage.cpp \ + calculate.cpp \ + calibratedialog.cpp \ + topresultdialog.cpp \ + categorylist.cpp \ + httpclient.cpp \ + xmlreader.cpp \ + xmlwriter.cpp \ + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp + HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ routesavedialog.h \ welcomedialog.h \ - usersettings.h + usersettings.h \ + resultdialog.h \ + instructionsdialog.h \ + settingsdialog.h \ + accelerationstart.h \ + accrealtimedialog.h \ + accelerometer.h \ + movingaverage.h \ + calculate.h \ + calibratedialog.h \ + topresultdialog.h \ + categorylist.h \ + httpclient.h \ + xmlreader.h \ + xmlwriter.h + gpsdata.h \ + maemo5locationprivate.h \ + maemo5location.h + FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ routesavedialog.ui \ - welcomedialog.ui + welcomedialog.ui \ + resultdialog.ui \ + instructionsdialog.ui \ + settingsdialog.ui \ + accelerationstartdialog.ui \ + accrealtimedialog.ui \ + calibratedialog.ui \ + topresultdialog.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) +}