qtmobility/plugins/contacts/maemo5/maemo5.pro
changeset 4 90517678cc4f
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 TEMPLATE = lib
       
     2 CONFIG += plugin
       
     3 TARGET = $$qtLibraryTarget(qtcontacts_maemo5)
       
     4 PLUGIN_TYPE=contacts
       
     5 
       
     6 include(../../../common.pri)
       
     7 
       
     8 HEADERS += \
       
     9         qcontactabook_p.h \
       
    10         qcontactmaemo5backend_p.h \
       
    11         qcontactmaemo5debug_p.h 
       
    12 SOURCES += \
       
    13         qcontactabook.cpp \
       
    14         qcontactmaemo5backend.cpp \
       
    15 
       
    16 INCLUDEPATH += $$SOURCE_DIR/src/contacts $$SOURCE_DIR/src/contacts/details $$SOURCE_DIR/src/contacts/filters $$SOURCE_DIR/src/contacts/requests
       
    17 
       
    18 target.path=$$QT_MOBILITY_PREFIX/plugins/contacts
       
    19 INSTALLS += target
       
    20 CONFIG += mobility link_pkgconfig
       
    21 MOBILITY = contacts
       
    22 PKGCONFIG += libosso-abook-1.0