docker pull benlau/qmljsify docker tag benlau/qmljsify qmljsify alias qmljsify='docker run --rm -v $PWD:/data --user $(id -u):$(id -g) -i -t qmljsify' .pragma library ...
The game can also be started from a C++ program. To do this the project has a main.cpp and a Window.qml file. The qtcreator will run this when you click the green "run" triangle. QML is an interesting ...