Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Is it possible to compile/run a QML/C++ program from QtCreator (without using terminal)

$
0
0
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

Viewing all articles
Browse latest Browse all 4972

Trending Articles