mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
8 lines
255 B
CMake
8 lines
255 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Qt5Core "@QT_MIN_VERSION@")
|
|
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
|
|
find_dependency(Qt5Quick "@QT_MIN_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LibMobileShellLibraryTargets.cmake")
|