April 2018
Intermediate to advanced
404 pages
8h 27m
English
In software development, Make is a build automation tool that automatically builds executable programs and libraries from source code by reading configuration files called Makefiles that specify how to derive the target platform. In a nutshell, a Make program generates build configuration files and uses them to tell the compiler what to do before generating the final executable program.
Qt supports two types of Make programs:
Read now
Unlock full access