http://doc.qt.io/qt-5/qtqml-qmlmodule.html
QtQml and QtQuick seem to be different things that's why there are two separate import statements.
import QtQml 2.2
import QtQuick 2.3
What are the differences between QtQml and QtQuick, and in which real life cases should each of them be used?