48d5c066e1df0d59eaf34ee6512b145e7f47f668
[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
13
14 include(../deployment.pri)
15 qtcAddDeployment()