Make sure it's findable

This commit is contained in:
Aleix Pol
2021-04-01 03:12:40 +02:00
parent 41704f8d15
commit 53a97fc89e
3 changed files with 38 additions and 5 deletions

View File

@ -0,0 +1,6 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")