plugins/declarative/serviceframework/serviceframework.pro
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    26 INSTALLS += target qmldir
    26 INSTALLS += target qmldir
    27 
    27 
    28 symbian {
    28 symbian {
    29     TARGET.EPOCALLOWDLLDATA=1
    29     TARGET.EPOCALLOWDLLDATA=1
    30     TARGET.CAPABILITY = All -Tcb
    30     TARGET.CAPABILITY = All -Tcb
       
    31     TARGET.UID3 = 0x20021323
    31     load(armcc_warnings)
    32     load(armcc_warnings)
       
    33     # Specifies what files shall be deployed: the plugin itself and the qmldir file.
       
    34     importFiles.sources = $$DESTDIR/declarative_serviceframework$${QT_LIBINFIX}.dll qmldir 
       
    35     importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
       
    36     DEPLOYMENT = importFiles
    32 }
    37 }