mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-15 05:40:52 -08:00
25 lines
601 B
Prolog
25 lines
601 B
Prolog
QT += svg printsupport uitools
|
|
TEMPLATE = lib
|
|
CONFIG += plugin no_keywords release
|
|
INCLUDEPATH += ../src /usr/local/include
|
|
LIBS += -lecl -leql5 -L.. -L/usr/local/lib
|
|
TARGET = eql5_svg
|
|
DESTDIR = ../
|
|
OBJECTS_DIR = ./tmp/svg/
|
|
MOC_DIR = ./tmp/svg/
|
|
|
|
target.path = /usr/local/lib
|
|
INSTALLS = target
|
|
|
|
win32 {
|
|
include(windows.pri)
|
|
}
|
|
|
|
HEADERS += gen/svg/_ini.h \
|
|
gen/svg/_ini2.h \
|
|
gen/svg/_q_classes.h \
|
|
gen/svg/_n_classes.h \
|
|
gen/svg/_q_methods.h \
|
|
gen/svg/_n_methods.h
|
|
|
|
SOURCES += gen/svg/_ini.cpp
|