mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 06:56:53 +08:00
So it can be included both from qt5.yaml and Boot2Qt's doc.yaml
Amends 434e4a224a
Change-Id: I89d9a5d8d36096358d8cba7afb21b32f6074e200
Reviewed-by: Toni Saario <toni.saario@qt.io>
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
14 lines
562 B
YAML
14 lines
562 B
YAML
Version: 2
|
|
Include: []
|
|
Configurations:
|
|
-
|
|
# This configuration builds offline documentation for use in
|
|
# e.g. Qt Creator. It uses qdoc and qtattributionscanner from
|
|
# the same build. See also the 'documentation-warnings' config.
|
|
# FIXME: Add dependency on existing build for tools
|
|
Id: 'offline-documentation'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'DoNotRunTests', 'Documentation', 'UseConfigure']
|
|
Configure arguments: '-developer-build -nomake examples -nomake tests -linker gold'
|