ba96b9b2a9ab5844fe72ecafa9dec77dcc62bbfc
[googlelatitude] / latitude.qt / latitude.qt.pro
1 TEMPLATE = app
2 TARGET   = latitude.qt
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  += widget.h
18 SOURCES  += widget.cpp main.cpp