@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Fcitx5Utils)
find_dependency(Qt6Core @REQUIRED_QT6_VERSION@)
find_dependency(Qt6Gui @REQUIRED_QT6_VERSION@)
find_dependency(Qt6Widgets @REQUIRED_QT6_VERSION@)
include("${CMAKE_CURRENT_LIST_DIR}/Fcitx5Qt6WidgetsAddonsTargets.cmake")
if(NOT TARGET Fcitx5Qt6::gui-wrapper)
add_executable(Fcitx5Qt6::gui-wrapper IMPORTED)
set_target_properties(Fcitx5Qt6::gui-wrapper PROPERTIES
IMPORTED_LOCATION "@CMAKE_INSTALL_FULL_LIBEXECDIR@/fcitx5-qt6-gui-wrapper")
endif()
|