Build with Qt6

This commit is contained in:
Volker Krause
2022-03-05 11:29:55 +01:00
parent 9f8b8c9731
commit ae883df5b1
5 changed files with 30 additions and 11 deletions

View File

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