5654fbffd5
Pick-to: 6.5 6.6 Change-Id: Ib99a3890b814c2089db62485f0a10cf308ff9b66 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
8 lines
162 B
CMake
8 lines
162 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
if(NOT TARGET Qt6::Widgets)
|
|
return()
|
|
endif()
|
|
qt_internal_add_example(knobs)
|