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

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