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
KLDAP
Commits
b041f193
Commit
b041f193
authored
Jan 19, 2022
by
Laurent Montel
😁
Browse files
exec key is not usefull now
parent
085e9383
Changes
2
Hide whitespace changes
Inline
Side-by-side
kioslave/src/CMakeLists.txt
View file @
b041f193
# 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)"
...
...
kioslave/src/ldap.json
.cmake
→
kioslave/src/ldap.json
View file @
b041f193
...
...
@@ -5,7 +5,6 @@
"X-DocPath"
:
"kioslave5/ldap/index.html"
,
"deleting"
:
true
,
"determineMimetypeFromExtension"
:
false
,
"exec"
:
"kf@QT_MAJOR_VERSION@/kio/ldap"
,
"input"
:
"none"
,
"listing"
:
[
"Name"
...
...
@@ -21,7 +20,6 @@
"X-DocPath"
:
"kioslave5/ldap/index.html"
,
"deleting"
:
true
,
"determineMimetypeFromExtension"
:
false
,
"exec"
:
"kf@QT_MAJOR_VERSION@/kio/ldap"
,
"input"
:
"none"
,
"listing"
:
[
"Name"
...
...
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