mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-24 13:30:45 -08:00
a bunch of revisions
This commit is contained in:
parent
1220bf06dc
commit
113386fdae
16 changed files with 109 additions and 112 deletions
|
|
@ -1,6 +1,7 @@
|
|||
QT += widgets
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin release
|
||||
CONFIG += plugin release no_keywords
|
||||
LIBS += -L/usr/local/lib -lecl
|
||||
DESTDIR = ../
|
||||
TARGET = cpp
|
||||
OBJECTS_DIR = ./tmp/
|
||||
|
|
@ -10,5 +11,14 @@ win32 {
|
|||
include(../../src/windows.pri)
|
||||
}
|
||||
|
||||
HEADERS += lib.h
|
||||
SOURCES += lib.cpp
|
||||
# 'marshal.*' and 'qt_ecl.*' only needed for calling Lisp
|
||||
|
||||
HEADERS += \
|
||||
lib.h \
|
||||
../../src/cpp/marshal.h \
|
||||
../../src/cpp/qt_ech.h
|
||||
|
||||
SOURCES += \
|
||||
lib.cpp \
|
||||
../../src/cpp/marshal.cpp \
|
||||
../../src/cpp/qt_ecl.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue