revisions

This commit is contained in:
pls.153 2024-11-08 12:52:51 +01:00
parent 8b896c0584
commit b2f5bfc80b
2 changed files with 14 additions and 4 deletions

View file

@ -1,5 +1,9 @@
LISP_FILES = $$files(lisp/*) app.asd make.lisp
exists(/etc/sailfish-release) {
CONFIG += sfos
}
android {
32bit {
ECL = $$(ECL_ANDROID_32)
@ -17,7 +21,7 @@ android {
lisp.commands = ecl.exe -shell $$PWD/make.lisp
}
lisp.input = LISP_FILES
lisp.input = LISP_FILES
win32: lisp.output = tmp/app.lib
!win32: lisp.output = tmp/libapp.a

View file

@ -3,10 +3,16 @@ Official online installer
[qt.io/download](https://www.qt.io/download)
* Downloads for open source users
* Go open source
* Download the Qt Online Installer
Linux note (desktop)
--------------------
Ubuntu 22.04 users just need to install the following (assuming the build
system is already installed):
```
sudo apt install qtdeclarative5-dev qtquickcontrols2-5-dev
```
macOS note (desktop)