Comment 2 for bug 1473976

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

<kalikiana about qtestroot, this is the error that would show up with qmlapicheck and launcher, until we added a hack: qmlRegisterSingletonType<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