Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.28 KB

README.md

File metadata and controls

54 lines (46 loc) · 2.28 KB

QT cmake library template

Overview

QT_cmake_library_template


About

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.

Overview
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.

Features


How to use

click here to visit this chapter

How to use a library made from this template

click here to visit this chapter

Common problems

click here to visit this chapter

References

Contact

alexkrieg@gmx.ch