fix cpp-lib

This commit is contained in:
pls.153 2022-02-13 22:36:42 +01:00
parent 5e9cd2875a
commit 822bbbfaa3
5 changed files with 3 additions and 36 deletions

View file

@ -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