Qt compilers (moc, rcc, uic) build system module for build2
This module provides compilation support for the Qt moc, rcc, and uic
compilers.
Usage overview
This module is part of the standard pre-installed build2 modules and no
extra integration steps are required other than the using directive(s) in
your buildfile.
A specific compiler submodule can be loaded directly:
using qt.moc
using qt.rcc
Otherwise, if all three compilers are going to be used, the qt module
automatically loads all of them:
using qt
By default, the module assumes Qt6 but a different version can be specified before loading the (sub)modules, for example:
... More
| license | MIT |
|---|---|
| project | build2 |
| url | github.com/build2/libbuild2-qt |
| users@build2.org |
1 Version
| version | 0.1.0-a.0.20250604062748.d5653388632a |
|---|---|
| repository | https://stage.build2.org/1 |
| depends | 0 |