Qt Is Going Modular

Recently a project called ‘Qt Modularization’ was initiated. This is a project that aims to modularize Qt at every level. As you may know already, Qt is currently modularized on the DLL level; each module has its own DLL. However, the project as a whole is still monolithic; all the code is hosted in a single repository, you cannot build a leaf module without building the modules on which it depends. This project aims to change that, so that the modules are hosted in different repositories, with separate maintainers, and modules may have different release schedules.

12 Comments

  1. 2010-10-26 3:36 pm
  2. 2010-10-26 4:04 pm
  3. 2010-10-26 4:38 pm
    • 2010-10-26 6:29 pm
      • 2010-10-26 6:42 pm
    • 2010-10-28 11:42 pm
  4. 2010-10-26 10:12 pm
    • 2010-10-27 7:03 am
    • 2010-10-27 10:28 am
  5. 2010-10-27 6:22 am
  6. 2010-10-28 4:10 am
    • 2010-10-28 11:51 pm