mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add comment about QML module version
This commit is contained in:
parent
94fe6824c1
commit
994a1686a9
1 changed files with 12 additions and 0 deletions
|
|
@ -1,4 +1,16 @@
|
|||
|
||||
Prepare
|
||||
-------
|
||||
|
||||
If you use Qt versions prior to 5.15, you need to adapt the QML module version
|
||||
to your minor Qt version in file `qml/main.qml`.
|
||||
|
||||
Example: Qt5.**12** -> import QtQuick 2.**12**.
|
||||
|
||||
The version number can be omitted in Qt6.
|
||||
|
||||
|
||||
|
||||
Run desktop
|
||||
-----------
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue