fix(libukui-search):解决使用find_package引用报错的问题
This commit is contained in:
parent
2e372c14eb
commit
b6f613a1aa
|
@ -1,6 +1,7 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(chinese-segmentation)
|
||||
find_dependency(Qt@QT_VERSION_MAJOR@Core "@REQUIRED_QT_VERSION@")
|
||||
if(TARGET Qt6::Core)
|
||||
find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@)
|
||||
|
|
Loading…
Reference in New Issue