mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-13 13:50:29 -08:00
add trivial "qml-lisp" example (call Lisp from QML); tiny revisions;
This commit is contained in:
parent
75c2b80e4e
commit
0e82b0a517
10 changed files with 123 additions and 3 deletions
15
examples/M-modules/quick/qml-lisp/lib/qml_lisp.pro
Normal file
15
examples/M-modules/quick/qml-lisp/lib/qml_lisp.pro
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
QT += qml
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin release
|
||||
INCLUDEPATH += ../../../../../src
|
||||
LIBS += -L../../../../.. -leql5
|
||||
DESTDIR = ./
|
||||
TARGET = qml_lisp
|
||||
OBJECTS_DIR = ./tmp/
|
||||
MOC_DIR = ./tmp/
|
||||
|
||||
include(../../../../../src/windows.pri)
|
||||
|
||||
HEADERS += qml_lisp.h
|
||||
SOURCES += qml_lisp.cpp
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue