mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-28 04:41:34 -08:00
port of EQL/Qt4 to Qt5
This commit is contained in:
commit
0591f54ce8
339 changed files with 99935 additions and 0 deletions
19
src/module_sql.pro
Normal file
19
src/module_sql.pro
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue