Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 17, 2024
1 parent 8a4a0c3 commit 0fe2274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdg/Liri1XdgDependencies.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
include(CMakeFindDependencyMacro)

find_dependency(Qt6Core "@QT_MIN_VERSION@" REQUIRED)
find_dependency(Qt6CoreCompat "@QT_MIN_VERSION@" REQUIRED)
find_dependency(Qt6Core5Compat "@QT_MIN_VERSION@" REQUIRED)
find_dependency(Qt6DBus "@QT_MIN_VERSION@" REQUIRED)
find_dependency(Qt6Xml "@QT_MIN_VERSION@" REQUIRED)

0 comments on commit 0fe2274

Please sign in to comment.