re-check compile on qtcreator, maemo5, maemo4
[googlelatitude] / src / src.pro
index 553e763..53ac347 100644 (file)
@@ -1,13 +1,19 @@
 QT += network
 QT += webkit
-
+CONFIG += link_pkgconfig
+PKGCONFIG += glib-2.0 \
+    liblocation
 TARGET = GoogleLatitude
 TEMPLATE = app
 SOURCES += main.cpp \
     latitude.cpp \
-    glatitude.cpp
+    glatitude.cpp \
+    gps.cpp
 HEADERS += latitude.h \
-    glatitude.h
+    glatitude.h \
+    gps.h
+HEADERS += gpsfake.h
+
 unix { 
     isEmpty(PREFIX):PREFIX = /usr/local
     BINDIR = $$PREFIX/bin