port of EQL/Qt4 to Qt5

This commit is contained in:
polos 2016-11-25 23:30:38 +01:00
commit 0591f54ce8
339 changed files with 99935 additions and 0 deletions

19
src/module_sql.pro Normal file
View file

@ -0,0 +1,19 @@
QT += sql printsupport uitools
TEMPLATE = lib
CONFIG += dll no_keywords release
LIBS += -L.. -leql5
TARGET = eql5_sql
DESTDIR = ../
OBJECTS_DIR = ./tmp/sql/
MOC_DIR = ./tmp/sql/
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