summaryrefslogtreecommitdiffstats
path: root/examples/demos/documentviewer/plugins/CMakeLists.txt
blob: 59a7abd20946e797890f1b9e3dc06df323f4fc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

add_subdirectory(jsonviewer)
add_subdirectory(txtviewer)

if(TARGET Qt6::PdfWidgets)
    add_subdirectory(pdfviewer)
endif()

if(TARGET Qt6::Quick3D)
    add_subdirectory(q3dviewer)
endif()