lqml/examples/app-template
2023-12-12 20:43:12 +01:00
..
build
build-android
build-ios
i18n
lisp
qml
app.asd
app.pro revisions for SailfishOS 2023-10-18 21:02:46 +02:00
make.lisp revisions 2023-12-12 20:43:12 +01:00
mkdirs.sh
ql-libs.lisp
readme-build.md
readme.md
run.lisp

Run

lqml run.lisp

Optionally pass -slime to start a Swank server, and connect from Emacs with M-x slime-connect.

During development you can pass -auto, which will reload all QML files after you made a change to any of them and saved it. For re-initialization after reloading, file lisp/qml-reload/on-reloaded will be loaded.

Closing the window quits the app. If you try to kill it with ctrl-c, you need an additional ctrl-d to exit from ECL. To quit from Slime, do (qq) which is short for (qquit).