[SOLVED]Not able to find QtQuick.xmllistmodel
-
import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Layouts 1.0
import QtQuick.XmlListModel 2.0i have searched google but found only one post on this
which is not help fill. Please helphttp://stackoverflow.com/questions/22062760/qml-xmllistmodel-plugin-not-found
-
Which version of Qt you are using ? Do you see a libraries under qml/QtQuick/XmlListModel in your installation ?
-
Im using 5.2.1 under Ubuntu 14.4
Regarding the file path-- No, I dont see that directory
-
Hi, I've invested some more time searching for xmllistModel. As im new, I didnt know it has to be installed
sudo apt-get install qtdeclarative5-xmllistmodel-plugin
has done the job.