X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2FUI.pro;h=b036ad2d31684c2f9b14ca05c59b333e7dffef1c;hb=53225de3244dc1b1589a8a7f8daa3f3a9b9ea710;hp=590687edd55b555e0f11d6085f1a04beab299f27;hpb=39d7f4c4a512b62dac0f777385af70f18f8bcedd;p=speedfreak diff --git a/Client/UI.pro b/Client/UI.pro index 590687e..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 @@ -16,8 +20,15 @@ SOURCES += main.cpp \ registration.cpp \ measures.cpp \ xmlwriter.cpp \ - xmlreader.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 \ @@ -28,10 +39,36 @@ HEADERS += carmainwindow.h \ registration.h \ measures.h \ xmlwriter.h \ - xmlreader.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) +}