lqml/examples/app-template
2023-03-22 20:06:44 +01:00
..
build
build-android
build-ios
i18n some revisions 2022-05-17 21:45:40 +02:00
lisp revisions 2023-03-22 20:06:44 +01:00
qml
app.asd
app.pro add 32bit support (android only) 2022-05-08 10:16:18 +02:00
make.lisp prevent android path problem (32bit) 2022-09-05 15:05:57 +02:00
mkdirs.sh
ql-libs.lisp
readme-build.md add settings to example 'wear-os-gps' 2022-07-05 17:59:16 +02:00
readme.md typo 2022-11-09 09:40:15 +01:00
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).