summaryrefslogtreecommitdiffstats
path: root/examples/corelib/mimetypes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/mimetypes/CMakeLists.txt')
-rw-r--r--examples/corelib/mimetypes/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/corelib/mimetypes/CMakeLists.txt b/examples/corelib/mimetypes/CMakeLists.txt
index 3124006aaa..3b395090a2 100644
--- a/examples/corelib/mimetypes/CMakeLists.txt
+++ b/examples/corelib/mimetypes/CMakeLists.txt
@@ -1,5 +1,6 @@
-# Generated from mimetypes.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-if(TARGET Qt::Widgets)
+if(TARGET Qt6::Widgets)
qt_internal_add_example(mimetypebrowser)
endif()