File: KScreenLockerConfig.cmake.in

package info (click to toggle)
kscreenlocker 6.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,172 kB
  • sloc: cpp: 5,698; xml: 88; sh: 32; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
@PACKAGE_INIT@

# consume PACKAGE_PREFIX_DIR (which will be implicitly generated here) before
# the first find_dependency call, as it might change due to that
set(KSCREENLOCKER_DBUS_INTERFACES_DIR "@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@")

include(CMakeFindDependencyMacro)
find_dependency(Qt6Core @QT_MIN_VERSION@)

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