[FIXED] Re: module "QtQuick.Layouts" version 1.6 is not installed??

René J. V. Bertin rjvbertin at gmail.com
Sun Oct 20 09:32:19 BST 2019


Friedrich W. H. Kossebau wrote:

Hi,

Well, that was fast, a little too fast even, because

> Please tell if this did not fix it as it should have.

I found out that QtQuick.XmlListModel 2.7 is also too new for Qt 5.9 (Qt 
couldn't simply list all import errors instead of bailing at the first, of 
course...).
QtQuick.XmlListModel 2.0 works for me, which I found out with repetitive use of

`qmlplugindump -v QtQuick.XmlListModel X.Y | & tail`

Those are the 2 only components that need changing though, and as far as I can 
tell the Welcome page functions as it should with those versions. But that's 
something you probably have been able to verify yourself too.

> Not seen myself as I was on Qt 5.11 and later, and AppImage (while using Qt
> 5.9) does not use welcome plugin.

What, not even on the latest-and-supposedly-greatest? ;)

I'm still on 5.9 myself because I want to run the same version on Mac and Linux, 
and upgrading to the current LTS version would mean upgrading my Mac's OS. Which 
is a can of worms I'll keep putting off as long as possible (or until the thing 
dies, after all it's 8 years old now ... and certainly not to 10.15 or even 
10.14). Even Qt 5.9 isn't officially supported but bringing back the stripped 
code from Qt 5.8 wasn't too much work. I'm actually beginning to consider 
looking how much more work Qt 5.12 is going to need in that area...

> stuff (see https://doc.qt.io/qt-5/qtquickcontrols-index.html for how Qt
> developers have been hunting for how to do versioning best ;) ).

A table like that (but exhaustive) is all that's needed (but it would have been 
clever to use the Qt version number from the start).

Cheers,
R.


More information about the KDevelop-devel mailing list