version 0.3, initial support to liblocation
[googlelatitude] / src / src.pro
index 553e763..12dfc2d 100644 (file)
@@ -1,13 +1,16 @@
 QT += network
 QT += webkit
 QT += network
 QT += webkit
-
+CONFIG += link_pkgconfig
+PKGCONFIG += glib-2.0 liblocation
 TARGET = GoogleLatitude
 TEMPLATE = app
 SOURCES += main.cpp \
     latitude.cpp \
 TARGET = GoogleLatitude
 TEMPLATE = app
 SOURCES += main.cpp \
     latitude.cpp \
-    glatitude.cpp
+    glatitude.cpp \
+    gps.cpp
 HEADERS += latitude.h \
 HEADERS += latitude.h \
-    glatitude.h
+    glatitude.h \
+    gps.h
 unix { 
     isEmpty(PREFIX):PREFIX = /usr/local
     BINDIR = $$PREFIX/bin
 unix { 
     isEmpty(PREFIX):PREFIX = /usr/local
     BINDIR = $$PREFIX/bin