mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
279 B
279 B
Run desktop
$ lqml run.lisp
Build desktop app
$ cd build
$ qmake ../app.pro
$ make
Build android APK
$ cd build-android
$ qmake-android ../app.pro
$ make apk
$ adb install -r android-build/*.apk