0d097c8f6c3845ff4d02dda7f797e329a1e0165d
[googlelatitude] / liblatitudeupdater / liblatitudeupdater.pro
1 TEMPLATE = lib
2 CONFIG   += staticlib
3 TARGET   = latitudeupdater
4
5 QT       += network
6 CONFIG   += mobility
7 MOBILITY += location
8
9 INCLUDEPATH += ../libkqoauth
10
11 HEADERS += googlelatitude.h gpscontrol.h
12 SOURCES += googlelatitude.cpp gpscontrol.cpp