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