summaryrefslogtreecommitdiffstats
path: root/examples/corelib/mimetypes/CMakeLists.txt
blob: fbdf74243585086d2e7c5d4bde6833c135f8e602 (plain)
1
2
3
4
5
6
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if(TARGET Qt::Widgets)
    qt_internal_add_example(mimetypebrowser)
endif()