X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fspeedfreak.pro;h=f16e7aa285f2fea3553cf819887a4a3c0ea83e72;hp=cb18f04a86b462da98c25cdccc7abd8421e8af3a;hb=aa8ec07c6df1c296a1f099c5a5283291222edf5f;hpb=75e2328492951629d43639bbc6dd63ed76185218 diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index cb18f04..f16e7aa 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 \ @@ -12,7 +18,21 @@ SOURCES += main.cpp \ usersettings.cpp \ resultdialog.cpp \ instructionsdialog.cpp \ - settingsdialog.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 \ @@ -21,7 +41,22 @@ HEADERS += mainwindow.h \ usersettings.h \ resultdialog.h \ instructionsdialog.h \ - settingsdialog.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 \ + maemo5locationprivate.h \ + maemo5location.h \ + gpsdata.h + FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ @@ -29,5 +64,25 @@ FORMS += mainwindow.ui \ welcomedialog.ui \ resultdialog.ui \ instructionsdialog.ui \ - settingsdialog.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) +}