X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=googlelatitude.pro;h=6ca7dca0a84c47bd93d4d0509e5f78c1fc3c59b3;hp=61e9af53a21e4b1bf228cfe70792777063a68bc8;hb=b5c1cf9c738640b0be7d4d0a8545116a97012319;hpb=dca480d9cde6b49db25fee8e173cdaf1277af899 diff --git a/googlelatitude.pro b/googlelatitude.pro index 61e9af5..6ca7dca 100644 --- a/googlelatitude.pro +++ b/googlelatitude.pro @@ -1,5 +1,5 @@ TARGET = googlelatitude -HEADERS += src/latitude.h src/glatitude.h src/gps.h src/gpsfake.h +HEADERS += src/latitude.h src/glatitude.h src/gps.h SOURCES += src/main.cpp src/latitude.cpp src/glatitude.cpp src/gps.cpp OBJECTS_DIR = build @@ -7,11 +7,6 @@ MOC_DIR = build DESTDIR = build TEMPLATE = app -QT += network webkit - -contains(QT_CONFIG, maemo5) { - CONFIG += link_pkgconfig - PKGCONFIG += glib-2.0 liblocation - DEFINES += LIBLOCATION - message(maemo5) -} +QT += network webkit maemo5 +CONFIG += link_pkgconfig +PKGCONFIG += glib-2.0 liblocation