3.2.  The Qt Core Module

[ fromfile: qtcore.xml id: qtcore ]

QT += xml  # to use the xml module
QT -= gui  # to not use QWidgets
QT += sql  # to use SQL module

Section 3.2.1 will introduce some of the core library classes.