aboutsummaryrefslogtreecommitdiff
path: root/libraries/qt6/README
blob: 965cef1f1f0d6d9eb42a21923247f9e30881d4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
qt6 (Qt GUI toolkit, version 6)

Qt6 is a complete and well-developed object-oriented framework for
developing graphical user interface (GUI) applications using C++.

The following configuration options are available for qt6:

QTWEBENGINE: Qt WebEngine is enabled by default. You can disable it
with QTWEBENGINE=OFF in the environment, then html5lib and nodejs will
be optional.

QT3D: Qt 3D is enabled by default. You can disable it with QT3D=OFF.

LLVM_OPT: llvm-opt is enabled by default, since LLVM >= 17 is required
for QDoc and QtTools. If you already installed llvm from extra or used
llvm in current branch, LLVM_OPT could be disabled with LLVM_OPT=OFF.

Qt6 requires 16GB of RAM to build, and a minimum of 49GB of available
disk storage.