Bugfix: speedfreak.pro
authorToni Jussila <toni.jussila@fudeco.com>
Wed, 31 Mar 2010 08:00:38 +0000 (11:00 +0300)
committerToni Jussila <toni.jussila@fudeco.com>
Wed, 31 Mar 2010 08:00:38 +0000 (11:00 +0300)
Client/speedfreak.pro

index d111ede..f16e7aa 100644 (file)
@@ -33,7 +33,6 @@ SOURCES += main.cpp \
     gpsdata.cpp \
     maemo5locationprivate.cpp \
     maemo5location.cpp
     gpsdata.cpp \
     maemo5locationprivate.cpp \
     maemo5location.cpp
-
 HEADERS += mainwindow.h \
     creditsdialog.h \
     routedialog.h \
 HEADERS += mainwindow.h \
     creditsdialog.h \
     routedialog.h \
@@ -53,10 +52,10 @@ HEADERS += mainwindow.h \
     categorylist.h \
     httpclient.h \
     xmlreader.h \
     categorylist.h \
     httpclient.h \
     xmlreader.h \
-    xmlwriter.h
-    gpsdata.h \
+    xmlwriter.h \
     maemo5locationprivate.h \
     maemo5locationprivate.h \
-    maemo5location.h
+    maemo5location.h \
+    gpsdata.h
 
 FORMS += mainwindow.ui \
     creditsdialog.ui \
 
 FORMS += mainwindow.ui \
     creditsdialog.ui \
@@ -71,7 +70,6 @@ FORMS += mainwindow.ui \
     calibratedialog.ui \
     topresultdialog.ui
 RESOURCES += graphics.qrc
     calibratedialog.ui \
     topresultdialog.ui
 RESOURCES += graphics.qrc
-
 contains(QT_CONFIG, hildon):CONFIG += hildon
 CONFIG += link_pkgconfig
 
 contains(QT_CONFIG, hildon):CONFIG += hildon
 CONFIG += link_pkgconfig
 
@@ -84,7 +82,7 @@ INSTALLS += target \
     devincludes
 PKGCONFIG += glib-2.0 \
     liblocation
     devincludes
 PKGCONFIG += glib-2.0 \
     liblocation
-exists(/usr/lib/liblocation.so) {
+exists(/usr/lib/liblocation.so) { 
     DEFINES += LIBLOCATION
     message(liblocation found)
 }
     DEFINES += LIBLOCATION
     message(liblocation found)
 }