diff options
Diffstat (limited to 'examples/qtconcurrent/CMakeLists.txt')
-rw-r--r-- | examples/qtconcurrent/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/qtconcurrent/CMakeLists.txt b/examples/qtconcurrent/CMakeLists.txt index 89462b589cb..07b4f9d67cf 100644 --- a/examples/qtconcurrent/CMakeLists.txt +++ b/examples/qtconcurrent/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2022 The Qt Company Ltd. +# Copyright (C) 2023 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause if(NOT TARGET Qt6::Concurrent) @@ -10,6 +10,3 @@ if(TARGET Qt6::Widgets) qt_internal_add_example(runfunction) qt_internal_add_example(wordcount) endif() -if(TARGET Qt6::Gui) - qt_internal_add_example(map) -endif() |