Warning, /plasma/libplasma/src/plasmaquick/PlasmaQuickConfig.cmake.in is written in an unsupported language. File is not indexed.
0001 @PACKAGE_INIT@ 0002 0003 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file. 0004 0005 # do not use PACKAGE_CMAKE_INSTALL_PREFIX after calls to find_dependency, its content can change! 0006 set(PlasmaQuick_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@") 0007 set_and_check(PlasmaQuick_INCLUDE_DIR "@PACKAGE_PLASMAQUICK_INSTALL_INCLUDEDIR@") 0008 0009 include(CMakeFindDependencyMacro) 0010 find_dependency(Qt6Quick "@REQUIRED_QT_VERSION@") 0011 find_dependency(Plasma "@KF_DEP_VERSION@") 0012 0013 include("${CMAKE_CURRENT_LIST_DIR}/PlasmaQuickTargets.cmake") 0014 0015 set(PlasmaQuick_LIBRARIES Plasma::PlasmaQuick) 0016