View Single Post
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#1
Would like to use XmlListModel and put the following line in the source:

Code:
import QtQuick.XmlListModel 2.0
But when compiling I got this error:

Code:
"QtQuick.XmlListModel" is not installed 
     import QtQuick.XmlListModel 2.0
How to fix this?