X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2FUI.pro;h=b036ad2d31684c2f9b14ca05c59b333e7dffef1c;hb=53225de3244dc1b1589a8a7f8daa3f3a9b9ea710;hp=e40f47c13a20772d3196d98aa8676d79374b8eb3;hpb=89377a988a3f92bf6f9d8833b52a75db381bb54a;p=speedfreak diff --git a/Client/UI.pro b/Client/UI.pro index e40f47c..b036ad2 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -24,7 +24,11 @@ SOURCES += main.cpp \ httpclient.cpp \ categorylist.cpp \ welcomedialog.cpp \ - routedialog.cpp + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp \ + routedialog.cpp \ + movingaverage.cpp HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ @@ -39,7 +43,11 @@ HEADERS += carmainwindow.h \ httpclient.h \ categorylist.h \ welcomedialog.h \ - routedialog.h + gpsdata.h \ + maemo5locationprivate.h \ + maemo5location.h \ + routedialog.h \ + movingaverage.h FORMS += carmainwindow.ui \ resultdialog.ui \ measuredialog.ui \ @@ -47,3 +55,20 @@ FORMS += carmainwindow.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) +}