2023-03-23 15:25:43 +00:00
|
|
|
# Copyright (C) 2023 The Qt Company Ltd.
|
2024-03-12 14:56:50 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2023-03-23 15:25:43 +00:00
|
|
|
|
2025-01-23 12:26:29 +00:00
|
|
|
add_subdirectory(imageviewer)
|
2023-03-23 15:25:43 +00:00
|
|
|
add_subdirectory(jsonviewer)
|
|
|
|
add_subdirectory(txtviewer)
|
2023-05-04 07:56:04 +00:00
|
|
|
|
|
|
|
if(TARGET Qt6::PdfWidgets)
|
|
|
|
add_subdirectory(pdfviewer)
|
|
|
|
endif()
|
2023-10-09 15:06:44 +00:00
|
|
|
|
|
|
|
if(TARGET Qt6::Quick3D)
|
2025-04-30 09:52:46 +00:00
|
|
|
add_subdirectory(Q3DViewer)
|
2023-10-09 15:06:44 +00:00
|
|
|
endif()
|