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
Akonadi
Commits
6d86cc57
Commit
6d86cc57
authored
Feb 06, 2022
by
Laurent Montel
😁
Browse files
Fix dep specific against qt
parent
0023a721
Pipeline
#133961
passed with stage
in 8 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
KF5AkonadiConfig.cmake.in
View file @
6d86cc57
...
...
@@ -17,17 +17,17 @@ find_dependency(KF5CoreAddons "@KF5_MIN_VERSION@")
find_dependency(KF5ItemModels "@KF5_MIN_VERSION@")
find_dependency(KF5XmlGui "@KF5_MIN_VERSION@")
find_dependency(Qt
5
Core "@QT_REQUIRED_VERSION@")
find_dependency(Qt
5
DBus "@QT_REQUIRED_VERSION@")
find_dependency(Qt
5
Gui "@QT_REQUIRED_VERSION@")
find_dependency(Qt
5
Network "@QT_REQUIRED_VERSION@")
find_dependency(Qt
5
Widgets "@QT_REQUIRED_VERSION@")
find_dependency(Qt
5
Xml "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Core "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
DBus "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Gui "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Network "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Widgets "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Xml "@QT_REQUIRED_VERSION@")
if(BUILD_TESTING)
# Link targets required by KF5AkonadiMacros.cmake
find_dependency(KF5KIO "@KF5_MIN_VERSION@")
find_dependency(Qt
5
Test "@QT_REQUIRED_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Test "@QT_REQUIRED_VERSION@")
endif()
include(${CMAKE_CURRENT_LIST_DIR}/KF5AkonadiTargets.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