Hi again

Sorry for double post, but I forgot mention what I want from this documentation:

I want study Qt Creator plugin architecture. Now I know it has almost everything as plugin. But I want to know how are created interfaces between plugins in order to communicate and keep architecture modular. To me it is not trivial task to design such architecture. I want write my new text editor in similar fashion like Qt Creator because I consider it as right and mature solution.

Another related question:

Can you advice me what another projects are suitable to study for plugin oriented architecture? Or what other lectures (books, articles, tutorials) are essential in this subject?!? I ask you because my strategic goal is to be professional programmer able to design bigger projects in modular and easy extendable way. So your help will be appreciated!

Thanks in advance and best regards
Szyk Cech


W dniu 07.08.2018 o 18:55, Szyk Cech pisze:

Hi!
I try generate documentation from cloned Qt Creator sources, but I failed for this! It displays some stupid error messages! Like this:

Because I got error earlier, I remove first commented line, but it not help:

Switch view

1.
    /!-ściągnięte/qt-creator/doc$ qdoc -outputdir ../doc-ready
    -installdir ../doc-installed ./qtcreator.qdocconf -single-exec
2.
    qdoc: error: Cannot open file
    'include(config/qtcreator-project.qdocconf)': No such file or
    directory
3.
    Cannot open file 'include(config/qtcreator-project.qdocconf)': No
    such file or directory
4.
5.
    Aborting
/To copy to clipboard, switch view to plain text mode /
But I my next command:
Qt Code:
Switch view

1.
    /!-ściągnięte/qt-creator/doc$ ls -l
    ./config/qtcreator-project.qdocconf
2.
    -rw-rw-r-- 1 szyk szyk 2695 sie 1 22:50
    ./config/qtcreator-project.qdocconf
/To copy to clipboard, switch view to plain text mode /
So it seems qdoc produce nonsense error because file exists!
This is very anoying!!!
Please help me.

Thanks in advance and best regards
Szyk Cech


_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to