File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
15# Find the QtWidgets library
26find_package (Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Core )
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
15# Find the QtWidgets library
26find_package (Qt6 REQUIRED COMPONENTS Core )
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
15add_executable (qgio-tools main.cpp )
26
37target_link_libraries (qgio-tools gio-qt_qt5 )
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
15add_executable (qgio-tools-qt6 main.cpp )
26
37target_link_libraries (qgio-tools-qt6 gio-qt_qt6 )
You can’t perform that action at this time.
0 commit comments