aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/CMakeLists.txt
blob: 63a443bd437b767d782666a560e7d8ee17ac6bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(attachedstyleproperties)
qt_internal_add_example(gallery)
if (TARGET Qt6::Sql)
    add_subdirectory(chattutorial)
endif()
if (QT_FEATURE_quicktemplates2_calendar AND TARGET Qt6::Sql)
    qt_internal_add_example(eventcalendar)
endif()
qt_internal_add_example(texteditor)
qt_internal_add_example(contactlist)
qt_internal_add_example(wearable)
qt_internal_add_example(imagine/automotive)
if (TARGET Qt6::Svg)
    qt_internal_add_example(filesystemexplorer)
endif()
if(TARGET Qt6::Widgets)
    qt_internal_add_example(flatstyle)
endif()