add convenience function '(eql:qml)' for auto generating vars according to QML item's 'objectName'; bump version number;

This commit is contained in:
polos 2020-07-24 11:45:01 +02:00
parent 97feac95d4
commit ca22ff0254
17 changed files with 176 additions and 15 deletions

View file

@ -7,7 +7,7 @@
void ini() {
QString home(QDir::homePath() + "/.eql5/");
if(!QFile::exists(home + "lib/gui.lisp")) {
if(!QFile::exists(home + "lib/qml-ui-vars.lisp")) { // latest added file
QDir dir(QDir::homePath());
dir.mkdir(".eql5");
dir.setPath(home);
@ -35,6 +35,7 @@ void ini() {
<< "lib/properties.lisp"
<< "lib/properties.ui"
<< "lib/qselect.lisp"
<< "lib/qml-ui-vars.lisp"
<< "lib/quic.lisp"
<< "lib/restart-dialog.lisp"
<< "lib/thread-safe.lisp"