impagina / core

An experimental layout engine based on Scribus code.
GNU General Public License v2.0
5 stars 0 forks source link

good structure of the project's code #20

Open aoloe opened 10 years ago

aoloe commented 10 years ago

one idea is to put the main structures and their accessors in the main code.
all actions (import, export, editing, scripting) would then go in plugins.

aoloe commented 10 years ago

how to create sub projects:

aoloe commented 10 years ago

how to create shared libraries:

dont forget to export all the symbols you want to let use (http://qt-project.org/doc/qt-4.8/sharedlibrary.html)