- 
    Task 
- 
    Resolution: Invalid
- 
    P3: Somewhat important 
- 
    None
- 
    None
- 
    independent 
We should change the location the qt runtime is deployed to on the device in qt creator for blackberry 10 devices.
The current location is "app/native/imports", "app/native/plugins" and "app/native/lib".
I suggest we change the locations to "app/native/qtruntime/qml", "app/native/qtruntime/plugins" and "app/native/qtruntime/lib" accordingly for the following reasons:
- The qt runtime should be in a logically separate place from the user assets.
- The location of QML2_IMPORT_PATH has changed in qt5 from imports to qml and we should reflect the change.
- A user might decide to package his own libraries, qml assets and plugins in the aforementioned folders, which will currently be overwritten by the qtruntime. This is unexpected behaviour.