2022-07-05 12:02:29 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-26 08:37:37 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 12:02:29 +00:00
|
|
|
|
2022-06-23 07:33:34 +00:00
|
|
|
qt_internal_add_example(attachedstyleproperties)
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(gallery)
|
2023-04-28 11:21:38 +00:00
|
|
|
if (TARGET Qt6::Sql)
|
2021-11-11 14:06:55 +00:00
|
|
|
add_subdirectory(chattutorial)
|
|
|
|
endif()
|
2023-04-28 11:21:38 +00:00
|
|
|
if (QT_FEATURE_quicktemplates2_calendar AND TARGET Qt6::Sql)
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(eventcalendar)
|
2021-10-20 13:11:12 +00:00
|
|
|
endif()
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(texteditor)
|
|
|
|
qt_internal_add_example(contactlist)
|
|
|
|
qt_internal_add_example(wearable)
|
|
|
|
qt_internal_add_example(imagine/automotive)
|
2023-08-23 06:15:05 +00:00
|
|
|
if (TARGET Qt6::Svg)
|
|
|
|
qt_internal_add_example(filesystemexplorer)
|
|
|
|
endif()
|
2023-04-28 11:21:38 +00:00
|
|
|
if(TARGET Qt6::Widgets)
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(flatstyle)
|
2019-09-24 11:26:43 +00:00
|
|
|
endif()
|