X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2FUI.pro;h=b036ad2d31684c2f9b14ca05c59b333e7dffef1c;hb=53225de3244dc1b1589a8a7f8daa3f3a9b9ea710;hp=88304df4a8dea076f0504761389203a38ede2438;hpb=02000dfe5ae73748692027765c501313d1945dc1;p=speedfreak diff --git a/Client/UI.pro b/Client/UI.pro index 88304df..b036ad2 100644 --- a/Client/UI.pro +++ b/Client/UI.pro @@ -23,8 +23,12 @@ SOURCES += main.cpp \ xmlreader.cpp \ httpclient.cpp \ categorylist.cpp \ - welcomedialog.cpp - + welcomedialog.cpp \ + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp \ + routedialog.cpp \ + movingaverage.cpp HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ @@ -38,11 +42,33 @@ HEADERS += carmainwindow.h \ xmlreader.h \ httpclient.h \ categorylist.h \ - welcomedialog.h - + welcomedialog.h \ + gpsdata.h \ + maemo5locationprivate.h \ + maemo5location.h \ + routedialog.h \ + movingaverage.h FORMS += carmainwindow.ui \ resultdialog.ui \ measuredialog.ui \ loginwindow.ui \ registration.ui \ - welcomedialog.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) +}