X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2FUI.pro;h=b036ad2d31684c2f9b14ca05c59b333e7dffef1c;hb=53225de3244dc1b1589a8a7f8daa3f3a9b9ea710;hp=8990d6848292e3f3a99071bf6a56de9bffd114b9;hpb=4211691d12fc1588687447e294f0785337a0d0d8;p=speedfreak diff --git a/Client/UI.pro b/Client/UI.pro index 8990d68..b036ad2 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -1,7 +1,11 @@ # ------------------------------------------------- # Project created by QtCreator 2010-02-23T14:17:30 +# @author Speed Freak team +# @copyright (c) 2010 Speed Freak team +# @license http://opensource.org/licenses/gpl-license.php GNU Public License # ------------------------------------------------- QT += network \ + dbus \ xml TARGET = UI TEMPLATE = app @@ -13,9 +17,18 @@ SOURCES += main.cpp \ calculate.cpp \ accelerometer.cpp \ loginwindow.cpp \ - registration.cpp - measures.cpp - + registration.cpp \ + measures.cpp \ + xmlwriter.cpp \ + xmlreader.cpp \ + httpclient.cpp \ + categorylist.cpp \ + welcomedialog.cpp \ + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp \ + routedialog.cpp \ + movingaverage.cpp HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ @@ -23,11 +36,39 @@ HEADERS += carmainwindow.h \ accelerometer.h \ calculate.h \ loginwindow.h \ - registration.h - measures.h - + registration.h \ + measures.h \ + xmlwriter.h \ + xmlreader.h \ + httpclient.h \ + categorylist.h \ + welcomedialog.h \ + gpsdata.h \ + maemo5locationprivate.h \ + maemo5location.h \ + routedialog.h \ + movingaverage.h FORMS += carmainwindow.ui \ resultdialog.ui \ measuredialog.ui \ loginwindow.ui \ - registration.ui + registration.ui \ + welcomedialog.ui \ + routedialog.ui + +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) +}