2022-07-05 12:02:29 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2024-03-07 14:22:17 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2022-07-05 12:02:29 +00:00
|
|
|
|
2021-02-15 05:34:46 +00:00
|
|
|
qt_examples_build_begin(EXTERNAL_BUILD)
|
2019-05-24 13:35:20 +00:00
|
|
|
|
2019-08-22 09:45:45 +00:00
|
|
|
add_subdirectory(qml)
|
2023-04-28 11:21:38 +00:00
|
|
|
if(TARGET Qt6::Quick)
|
2019-08-22 09:45:45 +00:00
|
|
|
add_subdirectory(quick)
|
2024-02-20 13:01:02 +00:00
|
|
|
add_subdirectory(platforms)
|
2019-08-22 09:45:45 +00:00
|
|
|
endif()
|
2023-04-28 11:21:38 +00:00
|
|
|
if(TARGET Qt6::QuickTemplates2)
|
2022-11-18 07:15:16 +00:00
|
|
|
add_subdirectory(quickcontrols)
|
2021-07-28 09:21:25 +00:00
|
|
|
endif()
|
2019-05-24 13:35:20 +00:00
|
|
|
|
2019-08-22 09:45:45 +00:00
|
|
|
qt_examples_build_end()
|