All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] 2020.02 Buildroot - Qt 5.12 missing XmlListModel
@ 2020-03-12 14:20 nimaim
  2020-03-12 14:34 ` nimaim
  2020-03-12 18:23 ` Peter Seiderer
  0 siblings, 2 replies; 7+ messages in thread
From: nimaim @ 2020-03-12 14:20 UTC (permalink / raw)
  To: buildroot

To the Qt maintainers ... it seems Qt 5.12 moved some libs from the old, now
deprecated qt5declarative package to qt5xmlpatterns. See here:
https://bugs.archlinux.org/task/60889. Some of the components such as
XmlListModel are no longer working (as well as other libs that it included,
I'm guessing). See directory listing for this particular module between 5.9
and 5.12 builds in Buildroot:

5.9:

find . -name *"xmllistmodel*"
./qt5declarative-5.9.4/src/quick/doc/images/qml-xmllistmodel-example.png
./qt5declarative-5.9.4/src/imports/xmllistmodel
./qt5declarative-5.9.4/src/imports/xmllistmodel/xmllistmodel.pro
./qt5declarative-5.9.4/src/imports/xmllistmodel/.obj/qqmlxmllistmodel.o
./qt5declarative-5.9.4/src/imports/xmllistmodel/.obj/moc_qqmlxmllistmodel_p.o
./qt5declarative-5.9.4/src/imports/xmllistmodel/.moc/moc_qqmlxmllistmodel_p.cpp
./qt5declarative-5.9.4/src/imports/xmllistmodel/.moc/qqmlxmllistmodel.moc
./qt5declarative-5.9.4/src/imports/xmllistmodel/qqmlxmllistmodel_p.h
./qt5declarative-5.9.4/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
./qt5declarative-5.9.4/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so
./qt5declarative-5.9.4/tests/auto/quick/qquickxmllistmodel
./qt5declarative-5.9.4/tests/auto/quick/qquickxmllistmodel/qquickxmllistmodel.pro
./qt5declarative-5.9.4/tests/auto/quick/qquickxmllistmodel/tst_qquickxmllistmodel.cpp

5.12:

find . -iname "*xmllistmodel*"
NO RESULTS

Taking another directory listing from the official installer on my 64 bit
Mint host shows they should be there:

~/Qt/5.12.5/gcc_64$ find . -iname "*xmllistmodel*"
./qml/QtQuick/XmlListModel
./qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so

I just wanted to make sure I'm not missing anything. This change broke my
Qt5 project. Any simple patch to this?





--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-13 21:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 14:20 [Buildroot] 2020.02 Buildroot - Qt 5.12 missing XmlListModel nimaim
2020-03-12 14:34 ` nimaim
2020-03-12 18:23 ` Peter Seiderer
2020-03-12 20:23   ` Nimai Mahajan
2020-03-13 13:52     ` nimaim
2020-03-13 20:33     ` Peter Seiderer
2020-03-13 21:01       ` Nimai Mahajan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.