mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
fix cpp-lib
This commit is contained in:
parent
5e9cd2875a
commit
822bbbfaa3
5 changed files with 3 additions and 36 deletions
|
|
@ -1,24 +1,10 @@
|
|||
QT += widgets
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin release no_keywords
|
||||
LIBS += -L/usr/local/lib -lecl
|
||||
DESTDIR = ../
|
||||
TARGET = cpp
|
||||
OBJECTS_DIR = ./tmp/
|
||||
MOC_DIR = ./tmp/
|
||||
|
||||
win32 {
|
||||
include(../../src/windows.pri)
|
||||
}
|
||||
|
||||
# 'marshal.*' and 'qt_ecl.*' only needed for calling Lisp
|
||||
|
||||
HEADERS += \
|
||||
lib.h \
|
||||
../../src/cpp/marshal.h \
|
||||
../../src/cpp/qt_ecl.h
|
||||
|
||||
SOURCES += \
|
||||
lib.cpp \
|
||||
../../src/cpp/marshal.cpp \
|
||||
../../src/cpp/qt_ecl.cpp
|
||||
HEADERS += lib.h
|
||||
SOURCES += lib.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue