File: Plasma5SupportConfig.cmake.in

package info (click to toggle)
plasma5support 4%3A6.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,672 kB
  • sloc: cpp: 8,198; sh: 25; xml: 19; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@PACKAGE_INIT@

# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.

include("${CMAKE_CURRENT_LIST_DIR}/Plasma5SupportTargets.cmake")
@PACKAGE_INCLUDE_QCHTARGETS@

set(Plasma5Support_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")

set(Plasma5Support_LIBRARIES Plasma::Plasma5Support)

set(PLASMA5SUPPORT_DATAENGINES_PLUGINDIR ${KDE_INSTALL_PLUGINDIR}/plasma5support/dataengine)

include(CMakeFindDependencyMacro)
find_dependency(Qt6Gui "@QT_MIN_VERSION@")
find_dependency(KF6CoreAddons "@KF6_MIN_VERSION@")
find_dependency(KF6Service "@KF6_MIN_VERSION@")

include("${CMAKE_CURRENT_LIST_DIR}/Plasma5SupportMacros.cmake")