We use Qt6/kf6 only

This commit is contained in:
Laurent Montel 2023-06-26 20:42:27 +02:00
parent c97826ab18
commit d6aeaef1dc
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt@QT_MAJOR_VERSION@Gui "@QT_MIN_VERSION@")
find_dependency(Qt6Gui "@QT_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")