X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2FUI.pro;h=b036ad2d31684c2f9b14ca05c59b333e7dffef1c;hb=53225de3244dc1b1589a8a7f8daa3f3a9b9ea710;hp=763244b2676b438df01997a44752e675f5f6a033;hpb=172164935645ee70f7221d6f956dc09862d8e36d;p=speedfreak diff --git a/Client/UI.pro b/Client/UI.pro index 763244b..b036ad2 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -5,6 +5,7 @@ # @license http://opensource.org/licenses/gpl-license.php GNU Public License # ------------------------------------------------- QT += network \ + dbus \ xml TARGET = UI TEMPLATE = app @@ -20,7 +21,14 @@ SOURCES += main.cpp \ measures.cpp \ xmlwriter.cpp \ xmlreader.cpp \ - httpclient.cpp + httpclient.cpp \ + categorylist.cpp \ + welcomedialog.cpp \ + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp \ + routedialog.cpp \ + movingaverage.cpp HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ @@ -32,9 +40,35 @@ HEADERS += carmainwindow.h \ measures.h \ xmlwriter.h \ xmlreader.h \ - httpclient.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) +}