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