making clangd happy and making script to compile/build with run.sh

This commit is contained in:
talksik
2024-02-07 13:12:51 -08:00
commit 45c681e7be
79 changed files with 4235 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
add_subdirectory(jsonviewer)
add_subdirectory(txtviewer)
if(TARGET Qt6::PdfWidgets)
add_subdirectory(pdfviewer)
endif()