@PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(Qt@QT_VERSION_MAJOR@Core "@REQUIRED_QT_VERSION@") if(TARGET Qt6::Core) find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@) endif() include("${CMAKE_CURRENT_LIST_DIR}/ukui-notification-targets.cmake")