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