Fix for OBS, is still missing the aegis support
[googlelatitude] / LatitudeUpdater-common.pri
1 QT       += network
2 CONFIG   += mobility
3 MOBILITY += location
4
5 SOURCES += gpscontrol.cpp googlelatitude.cpp
6 HEADERS += gpscontrol.h   googlelatitude.h
7
8 INCLUDEPATH     += libkqoauth
9 SOURCES         += libkqoauth/kqoauthauthreplyserver.cpp \
10         libkqoauth/kqoauthrequest.cpp \
11         libkqoauth/kqoauthmanager.cpp \
12         libkqoauth/kqoauthrequest_xauth.cpp \
13         libkqoauth/kqoauthrequest_1.cpp \
14         libkqoauth/kqoauthutils.cpp
15 PUBLIC_HEADERS += libkqoauth/kqoauthmanager.h \
16         libkqoauth/kqoauthrequest.h \
17         libkqoauth/kqoauthrequest_1.h \
18         libkqoauth/kqoauthrequest_xauth.h \
19         libkqoauth/kqoauthglobals.h
20 PRIVATE_HEADERS += libkqoauth/kqoauthrequest_p.h \
21         libkqoauth/kqoauthmanager_p.h \
22         libkqoauth/kqoauthauthreplyserver.h \
23         libkqoauth/kqoauthauthreplyserver_p.h \
24         libkqoauth/kqoauthutils.h \
25         libkqoauth/kqoauthrequest_xauth_p.h
26 HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
27
28 contains(QT_CONFIG, maemo5): {
29     QT          += maemo5
30     CONFIG      += link_pkgconfig
31     PKGCONFIG   += glib-2.0 liblocation
32     SOURCES     += liblocationmaemo5/gconfitem.cpp \
33         liblocationmaemo5/liblocationwrapper.cpp \
34         liblocationmaemo5/qgeopositioninfosource_maemo5.cpp \
35         liblocationmaemo5/qgeosatelliteinfosource_maemo5.cpp
36     HEADERS     += liblocationmaemo5/gconfitem_p.h \
37         liblocationmaemo5/liblocationwrapper_p.h \
38         liblocationmaemo5/qgeopositioninfosource_maemo5_p.h \
39         liblocationmaemo5/qgeosatelliteinfosource_maemo5_p.h
40 }
41
42 # Please do not modify the following two lines. Required for deployment.
43 include(deployment.pri)
44 qtcAddDeployment()
45
46 OTHER_FILES += \
47         qtc_packaging/debian_harmattan/rules \
48         qtc_packaging/debian_harmattan/README \
49         qtc_packaging/debian_harmattan/copyright \
50         qtc_packaging/debian_harmattan/control \
51         qtc_packaging/debian_harmattan/compat \
52         qtc_packaging/debian_harmattan/changelog \
53         qtc_packaging/debian_fremantle/rules \
54         qtc_packaging/debian_fremantle/README \
55         qtc_packaging/debian_fremantle/copyright \
56         qtc_packaging/debian_fremantle/control \
57         qtc_packaging/debian_fremantle/compat \
58         qtc_packaging/debian_fremantle/changelog