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
efa37b9b
Commit
efa37b9b
authored
Nov 04, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
7c696bc0
Pipeline
#93992
passed with stage
in 4 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kioslave/src/CMakeLists.txt
View file @
efa37b9b
add_library
(
kio_ldap MODULE
)
target_sources
(
kio_ldap PRIVATE kio_ldap.cpp
)
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)"
OLD_CATEGORY_NAMES log_kldap
...
...
src/CMakeLists.txt
View file @
efa37b9b
...
...
@@ -56,6 +56,30 @@ target_sources(KF5Ldap PRIVATE
widgets/ldapwidgetitem_p.cpp
widgets/ldapwidgetitemreadconfigserverjob.cpp
widgets/ldapsearchclientreadconfigserverjob.cpp
widgets/ldapclientsearchconfig.h
widgets/ldapclientsearchconfigreadconfigjob.h
widgets/ldapclient.h
widgets/addhostdialog.h
widgets/ldapwidgetitem_p.h
widgets/ldapconfigwidget.h
widgets/ldapclientsearch.h
widgets/ldapclientsearchconfigwriteconfigjob.h
widgets/ldapconfigurewidget.h
widgets/ldapsearchclientreadconfigserverjob.h
widgets/ldapwidgetitemreadconfigserverjob.h
core/ldif.h
core/ldapsearch.h
core/w32-ldap-help.h
core/ldapurl.h
core/ldapcontrol.h
core/ber.h
core/ldapdefs.h
core/ldapconnection.h
core/ldapdn.h
core/ldapoperation.h
core/ldapserver.h
core/ldapobject.h
)
ecm_qt_declare_logging_category
(
KF5Ldap HEADER ldap_debug.h IDENTIFIER LDAP_LOG CATEGORY_NAME org.kde.pim.ldap
...
...
Write
Preview
Supports
Markdown
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