This is a template project used to create c++ libraries for Qt Applications based on CMake. The goal of this template is, to build a modular and easy to use structure to develop applications and libraries.
The template is designed to generate both, dynamic and static builds of a library. It is recommended to use the Cmake Lib Creator to create and manage the library files.
The image shows how this template can be used. An application consists of several libraries, which in turn can consist of several libraries. This template makes it as easy as possible to integrate new libraries.- Predefined library headers to provide
- Example project that integrates the library. You can add as many examples as you want. click here for more informations
- Example UnitTest project using a simple Unit Test Library. click here for more informations
click here to visit this chapter
click here to visit this chapter