plugins/declarative/contacts/contacts.pro
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    15 CONFIG += plugin
    15 CONFIG += plugin
    16 PLUGIN_TYPE = declarative
    16 PLUGIN_TYPE = declarative
    17 
    17 
    18 include(../../../common.pri)
    18 include(../../../common.pri)
    19 
    19 
    20 QT += declarative
    20 QT += declarative script network
    21 
    21 
    22 
    22 
    23 CONFIG += mobility
    23 CONFIG += mobility
    24 MOBILITY = contacts versit
    24 MOBILITY = contacts versit
    25 
    25 
    45 # compile them for now.
    45 # compile them for now.
    46 # HEADERS += imageprovider.h
    46 # HEADERS += imageprovider.h
    47 # SOURCES += imageprovider.cpp
    47 # SOURCES += imageprovider.cpp
    48 
    48 
    49 INSTALLS += target qmldir
    49 INSTALLS += target qmldir
       
    50 
       
    51 symbian {
       
    52     # In Symbian, a library should enjoy _largest_ possible capability set.
       
    53     TARGET.CAPABILITY = ALL -TCB
       
    54     # Allow writable DLL data
       
    55     TARGET.EPOCALLOWDLLDATA = 1
       
    56     # Target UID, makes every Symbian app unique
       
    57     TARGET.UID3 = 0x20021325
       
    58     # Specifies what files shall be deployed: the plugin itself and the qmldir file.
       
    59     importFiles.sources = $$DESTDIR/declarative_contacts$${QT_LIBINFIX}.dll qmldir 
       
    60     importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
       
    61     DEPLOYMENT = importFiles
       
    62  }