plugins/declarative/contacts/contacts.pro
changeset 0 876b1a06bc25
child 5 603d3f8b6302
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 INCLUDEPATH += . \
       
     2                ../../../src/global \
       
     3                ../../../include \
       
     4                ../../../src/contacts \
       
     5                ../../../src/contacts/requests \
       
     6                ../../../src/contacts/details \
       
     7                ../../../src/contacts/filters \
       
     8                ../../../src/versit
       
     9 DEPENDPATH += ../../../src/contacts
       
    10 
       
    11 TARGET = $$qtLibraryTarget(declarative_contacts)
       
    12 TARGETPATH = QtMobility/contacts
       
    13 
       
    14 TEMPLATE = lib
       
    15 CONFIG += plugin
       
    16 PLUGIN_TYPE = declarative
       
    17 
       
    18 include(../../../common.pri)
       
    19 
       
    20 QT += declarative
       
    21 
       
    22 
       
    23 CONFIG += mobility
       
    24 MOBILITY = contacts versit
       
    25 
       
    26 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
       
    27 
       
    28 qmldir.files += $$PWD/qmldir
       
    29 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
       
    30 
       
    31 
       
    32 # Input
       
    33 HEADERS += qmlcontactmodel.h \
       
    34            qmlcontact.h \
       
    35            qmlcontactdetail.h \
       
    36            qmlcontactdetailfield.h
       
    37 
       
    38 SOURCES += plugin.cpp \
       
    39     qmlcontactmodel.cpp \
       
    40     qmlcontact.cpp \
       
    41     qmlcontactdetail.cpp \
       
    42     qmlcontactdetailfield.cpp
       
    43 
       
    44 # Qt 4.7.0b2 and 4.7.0rc1 have a source break for declarativeimageprovider, so don't
       
    45 # compile them for now.
       
    46 # HEADERS += imageprovider.h
       
    47 # SOURCES += imageprovider.cpp
       
    48 
       
    49 INSTALLS += target qmldir