bindableproperties is the actual project, not a subdirectory with separate examples. It should use qt_internal_add_example. Pick-to: 6.6 6.7 Task-number: QTBUG-90820 Task-number: QTBUG-123096 Change-Id: I409d20e035956e6c236f84721b3c6882893cd547 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
15 lines
382 B
CMake
15 lines
382 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
|
|
|
add_subdirectory(ipc)
|
|
add_subdirectory(mimetypes)
|
|
add_subdirectory(serialization)
|
|
add_subdirectory(tools)
|
|
add_subdirectory(platform)
|
|
if(QT_FEATURE_thread)
|
|
add_subdirectory(threads)
|
|
endif()
|
|
if(QT_FEATURE_widgets)
|
|
qt_internal_add_example(bindableproperties)
|
|
endif()
|