Comment 2 for bug 1511728

Revision history for this message
Adam Nickle (nicklecoder) wrote :

This bug is caused by setting `exportMetaObjectRevisions` to `[0,0]` on `Component` blocks that only have one `export` defined. Deleting the comma and the second `0` fixes this.

This change needs to be applied on lines 1058, 1067, and 1085 of the following file:

`/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes`

Once I made those changes, I was able to enter the design page for a new QML app with qmake without encountering a blocking popup block.

I am running a fresh install of Ubuntu 15.10 with an amd64 architecture; other architectures may need to replace the `x86_64-linux-gnu` part of the file path with something more system-appropriate.