Could you please list the shared Qt libraries, in order of importance,
which you really intend to use? As I understood, I should start with
QtSql4.
(Please consider that for many tasks there are already Common Lisp
libraries, which IMO should be given the precedence. Quicklisp comes
to mind...)
I will then try to find the time to add them in the near future (if
possible, maybe some libraries will cause unexpected difficulties...).
Paul
what error message do you get when compiling the network module? (You
can contact me directly, off-list, if you prefer).
> And these libraries seemed to be
> generated by a tool. Where can I get this tool? And how can I generate other
> libraries like sql, etc.
the modules are only partially generated (see directory "helper/" in
the sources), but some part must be adapted manually, which requires
knowledge of some EQL internals (e.g. new meta types used by the
interesting module).
So, adding new modules can't be learned quickly, sorry.
Paul
I just added the QtSql library. But I can't promise anything about the
remaining ones.
Paul
there is some documentation about this?
If not, can you write some article?
Thanks,
Alex
On Nov 3, 2:34 pm, Polos Ruetz <polos.ru...@gmail.com> wrote:
> 2011/10/24, Xiaofeng Yang <n.akr.aki...@gmail.com>:
ok, I will document the single steps needed for adding a Qt module
(within a week or so).
Paul