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
KPkPass
Commits
7c483f3b
Commit
7c483f3b
authored
Jan 11, 2022
by
Laurent Montel
😁
Browse files
Fix Qt version
parent
1eff3c82
Pipeline
#121910
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
KPimPkPassConfig.cmake.in
View file @
7c483f3b
...
...
@@ -7,7 +7,7 @@
include(CMakeFindDependencyMacro)
find_package(Qt
5
@Qt5Core_VERSION_MAJOR@.@Qt5Core_VERSION_MINOR@ NO_MODULE REQUIRED COMPONENTS Core Gui)
find_package(Qt
@QT_MAJOR_VERSION@
@Qt5Core_VERSION_MAJOR@.@Qt5Core_VERSION_MINOR@ NO_MODULE REQUIRED COMPONENTS Core Gui)
find_dependency(KF5Archive "@KF5_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KPimPkPassTargets.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