X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=googlelatitude.pro;h=f7030aa6347224da21223e7c755c7d2d30fead2c;hp=e8f8bd507c3d1be533f8bd180b780d0ae927b0da;hb=4c9db197ce7c6a18405695885e4ce59d10bddf05;hpb=1b488eb1fd5f26ac859bbb0f69e78d9620116ba7 diff --git a/googlelatitude.pro b/googlelatitude.pro index e8f8bd5..f7030aa 100644 --- a/googlelatitude.pro +++ b/googlelatitude.pro @@ -1,26 +1,3 @@ -TARGET = googlelatitude -HEADERS += src/latitude.h src/glatitude.h src/gps.h src/gpsfake.h -SOURCES += src/main.cpp src/latitude.cpp src/glatitude.cpp src/gps.cpp -FORMS += - -OBJECTS_DIR = build -MOC_DIR = build -UI_DIR = build -DESTDIR = build - -TEMPLATE = app -QT += network webkit -INCLUDEPATH += -LIBS += -DEFINES += -CONFIG += link_pkgconfig -PKGCONFIG += glib-2.0 liblocation -exists(/usr/lib/liblocation.so) { - DEFINES += LIBLOCATION - message(liblocation found) -} -install_app.commands = $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)/usr/bin/$(QMAKE_TARGET) -install_dsk.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET).desktop $(DESTDIR)/usr/share/applications/hildon/$(QMAKE_TARGET).desktop -install.depends = $(TARGET) install_app install_dsk -QMAKE_EXTRA_TARGETS += install install_app install_dsk - +TEMPLATE = subdirs +SUBDIRS += GoogleLatitudeDaemon.pro +SUBDIRS += GoogleLatitudeGUI.pro