mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-03-14 10:41:12 -07:00
review 'eql5.pro'
This commit is contained in:
parent
6da97ebfd4
commit
44c48ca563
2 changed files with 20 additions and 12 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <QTimer>
|
||||
#include <QStringList>
|
||||
|
||||
const char EQL::version[] = "17.4.3"; // Apr 2017
|
||||
const char EQL::version[] = "17.5.1"; // May 2017
|
||||
|
||||
extern "C" void ini_EQL(cl_object);
|
||||
|
||||
|
|
|
|||
30
src/eql5.pro
30
src/eql5.pro
|
|
@ -12,14 +12,22 @@ SUBDIRS = help \
|
|||
TEMPLATE = subdirs
|
||||
SUBDIRS += lib exe
|
||||
|
||||
lib.file = eql_lib.pro
|
||||
exe.depends = lib
|
||||
exe.file = eql_exe.pro
|
||||
help.file = module_help.pro
|
||||
multimedia.file = module_multimedia.pro
|
||||
network.file = module_network.pro
|
||||
quick.file = module_quick.pro
|
||||
sql.file = module_sql.pro
|
||||
svg.file = module_svg.pro
|
||||
webengine.file = module_webengine.pro
|
||||
webkit.file = module_webkit.pro
|
||||
lib.file = eql_lib.pro
|
||||
exe.file = eql_exe.pro
|
||||
exe.depends = lib
|
||||
help.file = module_help.pro
|
||||
help.depends = lib exe
|
||||
multimedia.file = module_multimedia.pro
|
||||
multimedia.depends = lib exe
|
||||
network.file = module_network.pro
|
||||
network.depends = lib exe
|
||||
quick.file = module_quick.pro
|
||||
quick.depends = lib exe
|
||||
sql.file = module_sql.pro
|
||||
sql.depends = lib exe
|
||||
svg.file = module_svg.pro
|
||||
svg.depends = lib exe
|
||||
webengine.file = module_webengine.pro
|
||||
webengine.depends = lib exe
|
||||
webkit.file = module_webkit.pro
|
||||
webkit.depends = lib exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue