Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM GrantleeTheme
Commits
d52faab7
Commit
d52faab7
authored
Feb 06, 2022
by
Laurent Montel
😁
Browse files
Fix depend when we build against qt6
parent
939550bf
Pipeline
#133959
passed with stage
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
KF5GrantleeThemeConfig.cmake.in
View file @
d52faab7
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Grantlee5 @GRANTLEE_VERSION@)
if (QT_MAJOR_VERSION STREQUAL "5")
find_dependency(Grantlee5 @GRANTLEE_VERSION@)
else()
find_dependency(KF6TextTemplate @KF5_MIN_VERSION@)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/KF5GrantleeThemeTargets.cmake")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment