equal
deleted
inserted
replaced
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 } |