mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
some revisions
This commit is contained in:
parent
4440c06e70
commit
1220bf06dc
3 changed files with 11 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
[https://www.qt.io/download](qt.io/download)
|
[qt.io/download](https://www.qt.io/download)
|
||||||
|
|
||||||
* Downloads for open source users
|
* Downloads for open source users
|
||||||
* Go open source
|
* Go open source
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import QtQuick 2.13
|
import QtQuick 2.15
|
||||||
import QtQuick.Controls 2.13
|
import QtQuick.Controls 2.15
|
||||||
import Lisp 1.0
|
import Lisp 1.0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,14 @@ ECL and Qt5/Qt6 are LGPL.
|
||||||
LQML can be considered public domain.
|
LQML can be considered public domain.
|
||||||
|
|
||||||
|
|
||||||
|
Tested
|
||||||
|
------
|
||||||
|
|
||||||
|
Only tested with **Qt5.15** and latest **Qt6**. It's recommended to use the new
|
||||||
|
Qt online installer (see [doc/get-qt6](doc/get-qt6.md)), where you can choose
|
||||||
|
to install different Qt versions side by side, sharing the same Qt Creator.
|
||||||
|
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue