Hi!
What is the correct way to install QML-plugin to the device? I'd like to use QML gesture plugin (http://qt.gitorious.org/qt-labs/qml-gesturearea/) on my application, but deploying it automatically from Qt Creator didn't work. I also tried to create the following PKG-file manually:
SIS-creation seems to work fine, but signing says "file I/O fault, cannot open ."Code:; Language &EN ; SIS header: name, uid, version #{"qmlgestureareaplugin"},(0xE32D52CB),1,0,0 ; Localised Vendor name %{"Vendor"} ; Unique Vendor name :"Vendor" "C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\gcce\urel\qmlgestureareaplugin.dll" - "c:\sys\bin\qmlgestureareaplugin.dll" "C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\data\z\resource\qt\imports\Qt\labs\gestures\qmlgestureareaplugin.qtplugin" - "c:\resource\qt\imports\Qt\labs\gestures\qmlgestureareaplugin.qtplugin" "C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\data\z\resource\qt\imports\Qt\labs\gestures\qmldir" - "c:\resource\qt\imports\Qt\labs\gestures\qmldir"
How should I do this?



