plugins/declarative/publishsubscribe/publishsubscribe.pro
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    21 qmldir.files += $$PWD/qmldir
    21 qmldir.files += $$PWD/qmldir
    22 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    22 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    23 
    23 
    24 INSTALLS += target qmldir
    24 INSTALLS += target qmldir
    25 
    25 
       
    26 symbian {
       
    27     # In Symbian, a library should enjoy _largest_ possible capability set.
       
    28     TARGET.CAPABILITY = ALL -TCB
       
    29     # Allow writable DLL data
       
    30     TARGET.EPOCALLOWDLLDATA = 1
       
    31     # Target UID, makes every Symbian app unique
       
    32     TARGET.UID3 = 0x20021322
       
    33     # Specifies what files shall be deployed: the plugin itself and the qmldir file.
       
    34     importFiles.sources = $$DESTDIR/declarative_publishsubscribe$${QT_LIBINFIX}.dll qmldir 
       
    35     importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
       
    36     DEPLOYMENT = importFiles
       
    37  }