diff options
Diffstat (limited to 'examples/quickcontrols2/CMakeLists.txt')
-rw-r--r-- | examples/quickcontrols2/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols2/CMakeLists.txt b/examples/quickcontrols2/CMakeLists.txt index 3473052f68..e4021bf430 100644 --- a/examples/quickcontrols2/CMakeLists.txt +++ b/examples/quickcontrols2/CMakeLists.txt @@ -1,6 +1,7 @@ # 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 Qt::Sql) add_subdirectory(chattutorial) |