plugins/declarative/multimedia/multimedia.pro
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    34 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    34 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    35 
    35 
    36 INSTALLS += target qmldir
    36 INSTALLS += target qmldir
    37 
    37 
    38 symbian {
    38 symbian {
       
    39     # In Symbian, a library should enjoy _largest_ possible capability set.
       
    40     TARGET.CAPABILITY = ALL -TCB
    39     TARGET.UID3 = 0x20021313
    41     TARGET.UID3 = 0x20021313
    40     TARGET.EPOCALLOWDLLDATA=1
    42     TARGET.EPOCALLOWDLLDATA=1
       
    43     # Specifies what files shall be deployed: the plugin itself and the qmldir file.
       
    44     importFiles.sources = $$DESTDIR/declarative_multimedia$${QT_LIBINFIX}.dll qmldir 
       
    45     importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
       
    46     DEPLOYMENT = importFiles
    41 }
    47 }