Separate in library the application
[googlelatitude] / latituded / latituded.pro
1 TEMPLATE = app
2 TARGET   = latituded
3 target.path = /opt/linfati.com/bin/
4 INSTALLS += target
5
6 QT       += network
7 CONFIG   += mobility
8 MOBILITY += location
9
10 INCLUDEPATH += ../liblatitudeupdater
11 INCLUDEPATH += ../libkqoauth
12
13 LIBS += ../liblocationmaemo5/liblocationmaemo5.a
14 LIBS += ../liblatitudeupdater/liblatitudeupdater.a
15 LIBS += ../libkqoauth/libkqoauth.a
16
17 HEADERS += daemon.h
18 SOURCES += daemon.cpp main.cpp