Create a Qt Quick Application outside Qt Creator and user your favourite editor.
- grunt cli (
$ npm install -g grunt-cli
) - grunt init (
$ npm install -g grunt-init
)
Clone this repo into your grunt templates folder (~/.grunt-init/
):
$ git clone https://github.com/ivanchuk/grunt-init-qml.git ~/.grunt-init/qml
$ mkdir my-project
$ cd my-project
$ grunt-init qml
$ npm install
$ chmod +x build-and-run.sh
$ grunt