Wrong error message is dumped
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtcreator-plugin-ubuntu (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In my QML app, I used:
import Ubuntu.Components 1.1
and
When I tried to run my app, it complained:
file://
In fact, "image" property exists in Ubuntu.Components 1.1, and it does not exist in Ubuntu.Components 1.2. If I use "source" instead of "image", I have to change to use Ubuntu.Components 1.2. Otherwise, there I cannot run my app since "source" does not exist in the Ubuntu.Components 1.1 at all.
We need to dump the correct warning message according to the Ubuntu.Components version. Otherwise, a developer changes the code, but it may not run in the previous version of the phones. In some case, it just simply causes some confusion.
Best regards,
XiaoGuo