3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-14 19:25:53 +00:00
Brooklyn/plasma/workspace/libnotificationmanager/LibNotificationManagerConfig.cmake.in

10 lines
314 B
CMake
Raw Normal View History

2022-04-02 18:24:21 +05:00
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core "@QT_MIN_VERSION@")
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
find_dependency(Qt5Quick "@QT_MIN_VERSION@")
find_dependency(KF5ItemModels "@KF5_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LibNotificationManagerLibraryTargets.cmake")