Separate in library the application
[googlelatitude] / latituded / latituded.pro
diff --git a/latituded/latituded.pro b/latituded/latituded.pro
new file mode 100644 (file)
index 0000000..111a573
--- /dev/null
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET   = latituded
+target.path = /opt/linfati.com/bin/
+INSTALLS += target
+
+QT       += network
+CONFIG   += mobility
+MOBILITY += location
+
+INCLUDEPATH += ../liblatitudeupdater
+INCLUDEPATH += ../libkqoauth
+
+LIBS += ../liblocationmaemo5/liblocationmaemo5.a
+LIBS += ../liblatitudeupdater/liblatitudeupdater.a
+LIBS += ../libkqoauth/libkqoauth.a
+
+HEADERS += daemon.h
+SOURCES += daemon.cpp main.cpp