Skip to content
GitLab
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
2ab00586
Commit
2ab00586
authored
Oct 24, 2022
by
Nicolas Fella
Browse files
Remove min version from KTextTemplate
It doesn't follow frameworks versioning yet
parent
d6c75988
Pipeline
#254321
passed with stage
in 7 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
KF5GrantleeThemeConfig.cmake.in
View file @
2ab00586
...
...
@@ -5,7 +5,7 @@ include(CMakeFindDependencyMacro)
if ("@QT_MAJOR_VERSION@" STREQUAL "5")
find_dependency(Grantlee5 @GRANTLEE_VERSION@)
else()
find_dependency(KF6TextTemplate
@KF5_MIN_VERSION@
)
find_dependency(KF6TextTemplate)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/KF5GrantleeThemeTargets.cmake")
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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