How do we create executable for "Qt Quick 2 UI with Controls" type of project in Qt Creator ?
QML and Qt Quick
2
Posts
2
Posters
964
Views
1
Watching
-
wrote on 4 Nov 2013, 19:45 last edited by
I am a newbie and created a new project of the type "Qt Quick 2 UI with Controls". My idea was to create an application using qml & js alone and thus selected of that type. I am able to view and run my application. But am unable to find any web resource which explains how to create an executable for such kind of projects. kindly help.
-
wrote on 5 Nov 2013, 07:42 last edited by
As I know you have to create a new project "Qt Quick 2 Application (from Existing QML file)" and include your current qml and js files there. After doing that the creating an executable is same as normal c++ program.
1/2