changes for formeego, do not use
[googlelatitude] / latitude.qml / latitude.qml.pro
1 TEMPLATE = app
2 TARGET   = latitude.qml
3
4 QT       += network
5 CONFIG   += mobility
6 MOBILITY += location
7
8 INCLUDEPATH += ../liblatitudeupdater
9 INCLUDEPATH += ../libkqoauth
10
11 LIBS += ../liblatitudeupdater/liblatitudeupdater.a
12 LIBS += ../libkqoauth/libkqoauth.a
13
14 QT       += declarative
15 HEADERS  += qml.h
16 SOURCES  += qml.cpp main.cpp
17 RESOURCES   += resouses.qrc
18 OTHER_FILES += main.qml MainPage.qml
19
20 include(../deployment.pri)
21 qtcAddDeployment()
22
23
24
25