mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
revisions
This commit is contained in:
parent
8b896c0584
commit
b2f5bfc80b
2 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
12
readme-qt.md
12
readme-qt.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue