diff options
| author | Laurent Montel <[email protected]> | 2022-01-14 08:04:01 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-01-14 08:04:01 +0100 |
| commit | c21a02bcab3e8188c4c9b431cd6b506402d2b87d (patch) | |
| tree | daa72ab1a7cf788e40b424bf69779ca4b04eed2f /DolphinVcsConfig.cmake.in | |
| parent | 8bc7f72a731904f4cc0669333e5db39613246e9e (diff) | |
Adapt build system for building against qt6
Diffstat (limited to 'DolphinVcsConfig.cmake.in')
| -rw-r--r-- | DolphinVcsConfig.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DolphinVcsConfig.cmake.in b/DolphinVcsConfig.cmake.in index f544f4c61..b6e3d42f6 100644 --- a/DolphinVcsConfig.cmake.in +++ b/DolphinVcsConfig.cmake.in @@ -2,7 +2,7 @@ include(CMakeFindDependencyMacro) -find_dependency(Qt5Widgets) +find_dependency(Qt@QT_MAJOR_VERSION@Widgets) find_dependency(KF5KIO) include("${CMAKE_CURRENT_LIST_DIR}/DolphinVcsTargets.cmake") |
