review 'eql5.pro'

This commit is contained in:
polos 2017-05-07 08:52:29 +02:00
parent 6da97ebfd4
commit 44c48ca563
2 changed files with 20 additions and 12 deletions

View file

@ -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);

View file

@ -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