Hi,
In Qt Creator, select:
File -> new File or Project… -> Applications -> Qt Quick Application -> Qt Quick 2.0
This will generate the C++ code for you to run your QML app in Qt Creator.
By the way, that tutorial is badly-written, and you will encounter name clases later (e.g. see http://qt-project.org/forums/viewthread/38594/ ). I recommend this one instead: http://qt-project.org/doc/qt-5/qml-tutorial.html
↧