EQL5/Qt_EQL/tutorial
2021-05-11 09:48:00 +02:00
..
main.cpp add third argument to 'EQL::addObject' to call 'define-qt-wrappers' 2021-05-11 09:48:00 +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 add convenience function EQL::addObject() for adding Qt class instances as Lisp variables 2021-05-09 17:31:43 +02:00
test.lisp add third argument to 'EQL::addObject' to call 'define-qt-wrappers' 2021-05-11 09:48:00 +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