mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
update cpp-lib readme
This commit is contained in:
parent
60d4a08a8c
commit
3db2f5d151
1 changed files with 15 additions and 0 deletions
|
|
@ -1,4 +1,19 @@
|
|||
|
||||
Info
|
||||
----
|
||||
|
||||
Please see `run.lisp`, which should be self explaining.
|
||||
|
||||
If you want to call Lisp from your Qt plugin, just include `ecl_fun_plugin.h`,
|
||||
which is independent from LQML, so you could even use it in Qt projects not
|
||||
linking the LQML library.
|
||||
|
||||
Function `ecl_fun()` is convenient because you don't need to care about type
|
||||
conversions, as long as you only use `bool`, `long`, `double`, `QString`,
|
||||
`QByteArray` or (nested) `QVariant` lists of mentioned types.
|
||||
|
||||
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue