EQL5/Qt_EQL/tutorial
2021-06-10 22:20:08 +02:00
..
main.cpp fix comment in 'qml.lisp' 2021-06-10 22:20:08 +02:00
README.md tiny revision 2021-05-07 19:16:34 +02:00
test.cpp revision 2021-05-10 10:01:16 +02:00
test.h fix comment in 'qml.lisp' 2021-06-10 22:20:08 +02:00
test.lisp update comment 2021-05-12 16:28:10 +02:00
test.pro add tutorial in 'Qt_EQL/' for accessing C++ apps from Lisp 2021-05-07 19:06:19 +02:00

Info

This is a basic demo showing how to access a C++ app from Lisp, including the creation of instances of a C++ class (the implementation of which is not really elegant, but it works).

It also starts a simple REPL for playing around interactively.

Build

qmake
make

Run

./test