mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
10 lines
314 B
CMake
10 lines
314 B
CMake
@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")
|