qtmobility/src/location/location.pro
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    78     SOURCES += gconfitem.cpp \
    78     SOURCES += gconfitem.cpp \
    79                liblocationwrapper.cpp \
    79                liblocationwrapper.cpp \
    80                qgeopositioninfosource_maemo5.cpp \
    80                qgeopositioninfosource_maemo5.cpp \
    81                qgeosatelliteinfosource_maemo5.cpp \
    81                qgeosatelliteinfosource_maemo5.cpp \
    82                qgeoareamonitor_maemo.cpp
    82                qgeoareamonitor_maemo.cpp
    83     HEADERS += gconfitem.h  \
    83     HEADERS += gconfitem_p.h  \
    84                liblocationwrapper_p.h \
    84                liblocationwrapper_p.h \
    85                qgeopositioninfosource_maemo5_p.h \
    85                qgeopositioninfosource_maemo5_p.h \
    86                qgeosatelliteinfosource_maemo5_p.h \
    86                qgeosatelliteinfosource_maemo5_p.h \
    87                qgeoareamonitor_maemo_p.h
    87                qgeoareamonitor_maemo_p.h
    88     PKGCONFIG += glib-2.0  gconf-2.0
    88     PKGCONFIG += glib-2.0  gconf-2.0
   105            qnmeapositioninfosource.cpp
   105            qnmeapositioninfosource.cpp
   106 symbian { 
   106 symbian { 
   107     TARGET.CAPABILITY = ALL -TCB
   107     TARGET.CAPABILITY = ALL -TCB
   108     TARGET.UID3 = 0x2002AC83
   108     TARGET.UID3 = 0x2002AC83
   109 
   109 
   110     INCLUDEPATH += $${EPOCROOT}epoc32\include\osextensions \
   110 #    INCLUDEPATH += $${EPOCROOT}epoc32\include\osextensions \
   111                    $${EPOCROOT}epoc32\include\LBTHeaders \
   111 #                   $${EPOCROOT}epoc32\include\LBTHeaders \
   112                    $${EPOCROOT}epoc32\include\platform
   112 #                   $${EPOCROOT}epoc32\include\platform
   113     LIBS += -llbs
   113     LIBS += -llbs
   114     contains(lbt_enabled, yes) {
   114     contains(lbt_enabled, yes) {
   115         LIBS += -llbt
   115         LIBS += -llbt
   116     }
   116     }
   117 
   117