mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-13 22:00:32 -08:00
add module :quick (quick, quickwidgets, qml) plus an example; lots of small revisions;
This commit is contained in:
parent
4822a012c4
commit
dfccd7eb17
102 changed files with 11973 additions and 6852 deletions
|
|
@ -20,7 +20,7 @@
|
|||
(require :settings (probe-file "settings.lisp"))
|
||||
|
||||
;; load all available modules for code completions
|
||||
(dolist (module (list :help :multimedia :network :sql :svg :webkit))
|
||||
(dolist (module (list :help :multimedia :network :quick :sql :svg :webkit))
|
||||
(eql:qrequire module :quiet))
|
||||
|
||||
(defpackage :editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue