TARGET = googlelatitude HEADERS += src/latitude.h src/glatitude.h src/gps.h src/daemon.h SOURCES += src/main.cpp src/latitude.cpp src/glatitude.cpp src/gps.cpp src/daemon.cpp OBJECTS_DIR = build MOC_DIR = build DESTDIR = build TEMPLATE = app QT += core gui network webkit contains(QT_CONFIG, maemo5) { QT += maemo5 CONFIG += link_pkgconfig PKGCONFIG += glib-2.0 liblocation }