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
SDK
libkomparediff2
Commits
c9556a77
Commit
c9556a77
authored
Nov 03, 2022
by
Volker Krause
Browse files
Remove hardcoded Qt major version from CMake config files
Fixes using this in a Qt 6 build.
parent
e1464f0b
Pipeline
#260750
passed with stage
in 1 minute and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/LibKompareDiff2Config.cmake.in
View file @
c9556a77
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt
5
Core "@QT_MIN_VERSION@")
find_dependency(Qt
5
Widgets "@QT_MIN_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Core "@QT_MIN_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Widgets "@QT_MIN_VERSION@")
find_dependency(KF5Config "@KF_MIN_VERSION@")
find_dependency(KF5XmlGui "@KF_MIN_VERSION@")
...
...
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