0f4b557fcfe5bda3ab53263373734a103b869807
[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 += ../liblocationmaemo5/liblocationmaemo5.a
12 LIBS += ../liblatitudeupdater/liblatitudeupdater.a
13 LIBS += ../libkqoauth/libkqoauth.a
14
15 QT       += declarative
16 HEADERS  += qml.h
17 SOURCES  += qml.cpp main.cpp
18 RESOURCES   += resouses.qrc
19 OTHER_FILES += main.qml MainPage.qml
20
21 include(../deployment.pri)
22 qtcAddDeployment()