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
Kontact
Commits
10725d15
Commit
10725d15
authored
Nov 04, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
b982d1fa
Pipeline
#94079
passed with stage
in 3 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
10725d15
...
...
@@ -14,6 +14,15 @@ target_sources(kontactprivate PRIVATE
ksettingsdialog/kontactkcmultidialog.cpp
ksettingsdialog/kontactsettingsdialog.cpp
kontactconfiguredialog.cpp
webengine/introductionwebenginepage.h
webengine/introductionwebengineview.h
mainwindow.h
sidepanebase.h
iconsidepane.h
aboutdialog.h
ksettingsdialog/kontactkcmultidialog.h
ksettingsdialog/kontactsettingsdialog.h
kontactconfiguredialog.h
kontact.qrc
)
...
...
@@ -81,7 +90,7 @@ install(TARGETS kontact_bin ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
########### next target ###############
add_library
(
kcm_kontact MODULE kcmkontact.cpp
)
add_library
(
kcm_kontact MODULE kcmkontact.cpp
kcmkontact.h
)
kcoreaddons_desktop_to_json
(
kcm_kontact
"data/kontactconfig.desktop"
SERVICE_TYPES kcmodule.desktop
)
target_link_libraries
(
kcm_kontact
KF5::I18n
...
...
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