Trouble with QQuickWindow
-
The top-left of the "QQuickWindow documentation":http://qt-project.org/doc/qt-5/qquickwindow.html lists the things you need to do to use the class, including adding this to your .pro file:
@QT += quick@QQuickView is easier to use than QQuickWindow though (the former inherits the latter, and adds convenience functions)