> Quick.Controls contains ApplicationWindow. > > But when trying to use it, an error appears: > > file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/ApplicationWindow.qml:44:1: > module "QtQuick.Layouts" is not installed > import QtQuick.Layouts 1.0 > > > Indeed, under /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick there really > is no Layouts subfolder.
Once again I answer my own question! layouts are provided by qtdeclarative5-quicklayouts-plugin The nomenclature seems inconsistent, qtdeclarative5-quicklayouts-plugin on the one hand, libqt5qml-quickcontrols on the other. qtdeclarative5-quicklayouts-plugin does depend on libqt5qml-quickcontrols, but in my case, using Quick.Controls.ApplicationWindow, the dependency goes in the other direction. I couldn't see anything in qtdeclarative5-quicklayouts-plugin which depends on Quick.Controls. Drew -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1380700978.10393.7.ca...@schumann.anu.edu.au