UITK Test install_plugin_qmltypes fails under Qt 5.5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtdeclarative-opensource-src (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Similar to bug #1466484, also Ubuntu.Test fails:
---
make[4]: Entering directory '/home/
st'
/usr/lib/
buntu-ui-
Found a dependency on Ubuntu.
Found a dependency on Ubuntu.
version
QQmlComponent: Component is not ready
file://
e "Qt.test.qtestroot" is not installed
Makefile.
---
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | High → Medium |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Incomplete → Fix Released |
<kalikiana about qtestroot, this is the error that would show up with qmlapicheck and launcher, until we added a hack: qmlRegisterSing letonType< QObject> ("Qt.test. qtestroot" , 1, 0, "QTestRootObject", testRootObject);
<kalikiana> now since it's showing with qmlplugindump however I suspect we don't want to hack that, too
<kalikiana> I would suspect there must be a private file from qt that would make this work, but I don't really know what to look for.. but it may be better to investigate that than to hack qmlplugindump
<kalikiana> the error is a side effect of importing QtTest to be able to use TestUtil