chore: add copyright and licensing info for new cmake files

add copyright and licensing info for new cmake files

Log: add copyright and licensing info for new cmake files
This commit is contained in:
zty199 2024-06-04 17:42:51 +08:00 committed by Gary Wang
parent cc736ddd6a
commit c22fc13355
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0
# Find the QtWidgets library # Find the QtWidgets library
find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Core) find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Core)

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0
# Find the QtWidgets library # Find the QtWidgets library
find_package(Qt6 REQUIRED COMPONENTS Core) find_package(Qt6 REQUIRED COMPONENTS Core)

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0
add_executable (qgio-tools main.cpp) add_executable (qgio-tools main.cpp)
target_link_libraries (qgio-tools gio-qt_qt5) target_link_libraries (qgio-tools gio-qt_qt5)

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0
add_executable(qgio-tools-qt6 main.cpp) add_executable(qgio-tools-qt6 main.cpp)
target_link_libraries(qgio-tools-qt6 gio-qt_qt6) target_link_libraries(qgio-tools-qt6 gio-qt_qt6)