From 71b441a219d2f9a2c056f93855cf01948e5b100f Mon Sep 17 00:00:00 2001 From: Toni Jussila Date: Wed, 31 Mar 2010 11:00:38 +0300 Subject: [PATCH 1/1] Bugfix: speedfreak.pro --- Client/speedfreak.pro | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index d111ede..f16e7aa 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -33,7 +33,6 @@ SOURCES += main.cpp \ gpsdata.cpp \ maemo5locationprivate.cpp \ maemo5location.cpp - HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ @@ -53,10 +52,10 @@ HEADERS += mainwindow.h \ categorylist.h \ httpclient.h \ xmlreader.h \ - xmlwriter.h - gpsdata.h \ + xmlwriter.h \ maemo5locationprivate.h \ - maemo5location.h + maemo5location.h \ + gpsdata.h FORMS += mainwindow.ui \ creditsdialog.ui \ @@ -71,7 +70,6 @@ FORMS += mainwindow.ui \ calibratedialog.ui \ topresultdialog.ui RESOURCES += graphics.qrc - contains(QT_CONFIG, hildon):CONFIG += hildon CONFIG += link_pkgconfig @@ -84,7 +82,7 @@ INSTALLS += target \ devincludes PKGCONFIG += glib-2.0 \ liblocation -exists(/usr/lib/liblocation.so) { +exists(/usr/lib/liblocation.so) { DEFINES += LIBLOCATION message(liblocation found) } -- 1.7.9.5