make 'eql5' executable independant from source installation (e.g. for eql5 -qgui, Slime)

This commit is contained in:
polos 2019-02-27 21:47:39 +01:00
parent dbb1c6085e
commit b2c280bed4
26 changed files with 126 additions and 41 deletions

View file

@ -8,7 +8,7 @@
#include <QTimer>
#include <QStringList>
const char EQL::version[] = "17.10.1"; // October 2017
const char EQL::version[] = "19.2.1"; // February 2019
extern "C" void ini_EQL(cl_object);