Skip to content

Commit

Permalink
fix: avoid hardcode to qt5 in CMakeLists.txt
Browse files Browse the repository at this point in the history
之前的 Qt 6 适配过程中遗漏修改的一处,不影响本地编译但实际应当修改。

Log:
  • Loading branch information
BLumia committed Nov 5, 2023
1 parent d0a2e79 commit 1cf7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

find_package(Qt5 REQUIRED Quick)
find_package(${QT_NS} REQUIRED Quick)

add_library(launcher-qml-utils OBJECT)

Expand Down

0 comments on commit 1cf7e8b

Please sign in to comment.