add trivial "qml-lisp" example (call Lisp from QML); tiny revisions;

This commit is contained in:
polos 2017-01-17 00:06:00 +01:00
parent 75c2b80e4e
commit 0e82b0a517
10 changed files with 123 additions and 3 deletions

View 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