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
KLDAP
Commits
fa4b8bbf
Commit
fa4b8bbf
authored
Jan 19, 2022
by
Laurent Montel
Browse files
Install kio plugin in kf<version>
parent
168d957f
Pipeline
#125532
failed with stage
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kioslave/src/CMakeLists.txt
View file @
fa4b8bbf
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
add_library
(
kio_ldap MODULE
)
configure_file
(
ldap.json.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/ldap.json
)
target_sources
(
kio_ldap PRIVATE kio_ldap.cpp kio_ldap.h
)
ecm_qt_declare_logging_category
(
kio_ldap HEADER kldap_debug.h IDENTIFIER KLDAP_LOG CATEGORY_NAME org.kde.pim.kldap
DESCRIPTION
"kioslave (kldap)"
...
...
@@ -15,4 +15,4 @@ if (WIN32)
target_link_libraries
(
kio_ldap ws2_32
)
endif
()
set_target_properties
(
kio_ldap PROPERTIES OUTPUT_NAME
"ldap"
)
install
(
TARGETS kio_ldap DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf
5
/kio
)
install
(
TARGETS kio_ldap DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf
${
QT_MAJOR_VERSION
}
/kio
)
kioslave/src/ldap.json
→
kioslave/src/ldap.json
.cmake
View file @
fa4b8bbf
...
...
@@ -5,7 +5,7 @@
"X-DocPath"
:
"kioslave5/ldap/index.html"
,
"deleting"
: true,
"determineMimetypeFromExtension"
: false,
"exec"
:
"kf
5
/kio/ldap"
,
"exec"
:
"kf
@QT_MAJOR_VERSION@
/kio/ldap"
,
"input"
:
"none"
,
"listing"
: [
"Name"
...
...
@@ -21,7 +21,7 @@
"X-DocPath"
:
"kioslave5/ldap/index.html"
,
"deleting"
: true,
"determineMimetypeFromExtension"
: false,
"exec"
:
"kf
5
/kio/ldap"
,
"exec"
:
"kf
@QT_MAJOR_VERSION@
/kio/ldap"
,
"input"
:
"none"
,
"listing"
: [
"Name"
...
...
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