X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=Client%2Fspeedfreak.pro;h=22ebcb8435720f8c7c55d88045b261f3c2cdc054;hb=188021aca5821b74cc990bbd1f9b8c4ff75cb29e;hp=1a3253b80e6538eb2dbc7aa9081e04cbb3c94d03;hpb=efc4980fa8468a91aceaa1738dcb365bf59770ad;p=speedfreak diff --git a/Client/speedfreak.pro b/Client/speedfreak.pro index 1a3253b..22ebcb8 100644 --- a/Client/speedfreak.pro +++ b/Client/speedfreak.pro @@ -1,5 +1,8 @@ # ------------------------------------------------- # Project created by QtCreator 2010-03-29T09:21:42 +# @author Speed Freak team +# @copyright (c) 2010 Speed Freak team +# @license http://opensource.org/licenses/gpl-license.php GNU Public License # ------------------------------------------------- QT += dbus \ network \ @@ -26,7 +29,15 @@ SOURCES += main.cpp \ categorylist.cpp \ httpclient.cpp \ xmlreader.cpp \ - xmlwriter.cpp + xmlwriter.cpp \ + gpsdata.cpp \ + maemo5locationprivate.cpp \ + maemo5location.cpp \ + helpdialog.cpp \ + helpresultsdialog.cpp \ + helpaccelerationdialog.cpp \ + helproutingdialog.cpp \ + helpsettingsdialog.cpp HEADERS += mainwindow.h \ creditsdialog.h \ routedialog.h \ @@ -46,7 +57,15 @@ HEADERS += mainwindow.h \ categorylist.h \ httpclient.h \ xmlreader.h \ - xmlwriter.h + xmlwriter.h \ + maemo5locationprivate.h \ + maemo5location.h \ + gpsdata.h \ + helpdialog.h \ + helpresultsdialog.h \ + helpaccelerationdialog.h \ + helproutingdialog.h \ + helpsettingsdialog.h FORMS += mainwindow.ui \ creditsdialog.ui \ routedialog.ui \ @@ -58,5 +77,26 @@ FORMS += mainwindow.ui \ accelerationstartdialog.ui \ accrealtimedialog.ui \ calibratedialog.ui \ - topresultdialog.ui + topresultdialog.ui \ + helpdialog.ui \ + helpresultsdialog.ui \ + helpaccelerationdialog.ui \ + helproutingdialog.ui \ + helpsettingsdialog.ui RESOURCES += graphics.qrc +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) +}