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
KAddressBook
Commits
eaa3e0c7
Commit
eaa3e0c7
authored
Jan 08, 2022
by
Laurent Montel
😁
Browse files
Adapt build system for building against qt6
parent
dc9043e2
Pipeline
#120961
passed with stage
in 2 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
eaa3e0c7
...
...
@@ -51,7 +51,7 @@ set(KDEPIM_LIB_SOVERSION "5")
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
find_package
(
Qt
5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test DBus PrintSupport
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test DBus PrintSupport
)
set
(
LIBKDEPIM_LIB_VERSION
"5.19.40"
)
set
(
LIBGRANTLEETHEME_LIB_VERSION
"5.19.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.40"
)
...
...
kontactplugin/CMakeLists.txt
View file @
eaa3e0c7
...
...
@@ -24,4 +24,4 @@ target_link_libraries(kontact_kaddressbookplugin
kcoreaddons_desktop_to_json
(
kontact_kaddressbookplugin kaddressbookplugin.desktop SERVICE_TYPES kcmodule.desktop
)
install
(
TARGETS kontact_kaddressbookplugin DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kontact5
)
install
(
FILES kaddressbookplugin.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
/kontact
)
install
(
FILES kaddressbookplugin.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
/kontact
)
src/CMakeLists.txt
View file @
eaa3e0c7
...
...
@@ -116,7 +116,7 @@ target_link_libraries(kaddressbookprivate
KF5::XmlGui
KF5::JobWidgets
KF5::KIOWidgets
Qt::PrintSupport
Qt
${
QT_MAJOR_VERSION
}
::PrintSupport
KF5::AkonadiSearchDebug
KF5::I18n
KF5::Prison
...
...
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