mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-12-25 06:26:15 +01:00
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:
parent
cc736ddd6a
commit
c22fc13355
4 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# Find the QtWidgets library
|
||||
find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Core)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# Find the QtWidgets library
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
add_executable (qgio-tools main.cpp)
|
||||
|
||||
target_link_libraries (qgio-tools gio-qt_qt5)
|
||||
|
|
|
@ -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)
|
||||
|
||||
target_link_libraries(qgio-tools-qt6 gio-qt_qt6)
|
||||
|
|
Loading…
Reference in a new issue