Qompoter v0.2
Qompoter: an attempt of dependency manager for Qt / C++, because I am sick of managing each C++ piece of code separately!
The current version is still a work in progress but it is now usable for non-critical projects. Still, you can:
- describe the required dependencies of your project in a "qompoter.json" file
- search and download all these dependencies (also recursively for sub-dependencies) in a "vendor" directory, from the inqlude repository, a development forge (like Github) or a local Qompotist-fs repository
- generate "qompote.pri" and "vendor.pri" files to be included and used in ".pro" files for Qt
More to come!