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:
Kai Köhne 2023-08-28 09:37:07 +02:00
parent 52b97cd6d0
commit 75f8439515
4 changed files with 11 additions and 1 deletions

View File

@ -4,5 +4,6 @@
qt_examples_build_begin(EXTERNAL_BUILD)
add_subdirectory(demos)
add_subdirectory(tutorials)
qt_examples_build_end()

View File

@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = demos
SUBDIRS = demos tutorials

View File

@ -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()

View File

@ -0,0 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = alarms