mirror of https://github.com/qt/qtdoc.git
Examples: Build tutorials/alarms in CI
The alarms example was not tested in the CI so far. Pick-to: 6.7 Task-number: QTBUG-116489 Change-Id: I4ac00456b393a35dcf0e63651972bac45560fdaa Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
52b97cd6d0
commit
75f8439515
|
@ -4,5 +4,6 @@
|
|||
qt_examples_build_begin(EXTERNAL_BUILD)
|
||||
|
||||
add_subdirectory(demos)
|
||||
add_subdirectory(tutorials)
|
||||
|
||||
qt_examples_build_end()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = demos
|
||||
SUBDIRS = demos tutorials
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# Copyright (C) 2023 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
if(TARGET Qt6::Quick)
|
||||
qt_internal_add_example(alarms)
|
||||
endif()
|
|
@ -0,0 +1,3 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = alarms
|
Loading…
Reference in New Issue