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
Akregator
Commits
742b6628
Commit
742b6628
authored
Nov 06, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
3af0e4c3
Pipeline
#94581
passed with stage
in 7 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configuration/CMakeLists.txt
View file @
742b6628
...
...
@@ -7,7 +7,7 @@ include_directories(
########### next target ###############
add_library
(
akregator_config_general MODULE
)
target_sources
(
akregator_config_general PRIVATE akregator_config_general.cpp
)
target_sources
(
akregator_config_general PRIVATE akregator_config_general.cpp
akregator_config_general.h
)
ki18n_wrap_ui
(
akregator_config_general ui/settings_general.ui
)
...
...
@@ -25,7 +25,7 @@ install(TARGETS akregator_config_general DESTINATION ${KDE_INSTALL_PLUGINDIR}/pi
########### next target ###############
add_library
(
akregator_config_appearance MODULE
)
target_sources
(
akregator_config_appearance PRIVATE akregator_config_appearance.cpp
)
target_sources
(
akregator_config_appearance PRIVATE akregator_config_appearance.cpp
akregator_config_appearance.h
)
ki18n_wrap_ui
(
akregator_config_appearance ui/settings_appearance.ui
)
...
...
@@ -44,7 +44,7 @@ install(TARGETS akregator_config_appearance DESTINATION ${KDE_INSTALL_PLUGINDIR}
add_library
(
akregator_config_archive MODULE
)
kcoreaddons_desktop_to_json
(
akregator_config_archive akregator_config_archive.desktop SERVICE_TYPES kcmodule.desktop
)
target_sources
(
akregator_config_archive PRIVATE akregator_config_archive.cpp
)
target_sources
(
akregator_config_archive PRIVATE akregator_config_archive.cpp
akregator_config_archive.h
)
ki18n_wrap_ui
(
akregator_config_archive ui/settings_archive.ui
)
...
...
@@ -133,7 +133,7 @@ install(TARGETS akregator_config_plugins DESTINATION ${KDE_INSTALL_PLUGINDIR}/pi
########### next target ###############
if
(
TARGET KUserFeedbackWidgets
)
add_library
(
akregator_config_userfeedback MODULE
)
target_sources
(
akregator_config_userfeedback PRIVATE akregator_config_userfeedback.cpp
)
target_sources
(
akregator_config_userfeedback PRIVATE akregator_config_userfeedback.cpp
akregator_config_userfeedback.h
)
target_link_libraries
(
akregator_config_userfeedback
...
...
kontactplugin/CMakeLists.txt
View file @
742b6628
...
...
@@ -7,7 +7,7 @@ include_directories(
add_library
(
kontact_akregatorplugin MODULE
)
qt_add_dbus_interfaces
(
kontact_akregator_PART_SRCS
${
akregator_SOURCE_DIR
}
/src/org.kde.akregator.part.xml
)
target_sources
(
kontact_akregatorplugin PRIVATE akregator_plugin.cpp
${
kontact_akregator_PART_SRCS
}
)
target_sources
(
kontact_akregatorplugin PRIVATE akregator_plugin.cpp
akregator_plugin.h
${
kontact_akregator_PART_SRCS
}
)
target_link_libraries
(
kontact_akregatorplugin KF5::I18n KF5::KontactInterface
)
...
...
src/CMakeLists.txt
View file @
742b6628
...
...
@@ -92,6 +92,51 @@ target_sources(akregatorprivate PRIVATE
actions/actionmanager.cpp
actions/actions.cpp
akregator.qrc
articleviewer-ng/webengine/articleviewerwebengine.h
articleviewer-ng/webengine/articleviewerwebenginepage.h
articleviewer-ng/webengine/articlehtmlwebenginewriter.h
articleviewer-ng/webengine/articleviewerwebenginewidgetng.h
job/downloadarticlejob.h
job/downloadfeediconjob.h
formatter/articleformatter.h
formatter/defaultnormalviewformatter.h
formatter/defaultcombinedviewformatter.h
formatter/grantleeviewformatter.h
formatter/articlegrantleeobject.h
formatter/grantleeutil.h
frame/webengine/webengineframe.h
frame/webengine/akrwebengineviewer.h
frame/frame.h
frame/mainframe.h
frame/framemanager.h
urlhandler/webengine/urlhandlerwebengine.h
urlhandler/webengine/urlhandlerwebenginemanager.h
akregratormigrateapplication.h
articleviewerwidget.h
aboutdata.h
trayicon.h
unityservicemanager.h
feed/feed.h
feed/feedlist.h
feed/feedretriever.h
treenode.h
treenodevisitor.h
utils.h
notificationmanager.h
articlejobs.h
folder.h
kernel.h
subscription/subscriptionlistjobs.h
fetchqueue.h
openurlrequest.h
actions/actionmanager.h
actions/actions.h
)
...
...
@@ -177,6 +222,44 @@ target_sources(akregatorpart PRIVATE
dummystorage/storagedummyimpl.cpp
dummystorage/storagefactorydummyimpl.cpp
dummystorage/feedstoragedummyimpl.cpp
crashwidget/crashwidget.h
utils/filtercolumnsproxymodel.h
command/deletesubscriptioncommand.h
command/createfeedcommand.h
command/createfoldercommand.h
command/expireitemscommand.h
command/loadfeedlistcommand.h
command/editsubscriptioncommand.h
command/importfeedlistcommand.h
widgets/statussearchline.h
widgets/searchbar.h
widgets/akregatorcentralwidget.h
subscription/subscriptionlistview.h
subscription/subscriptionlistdelegate.h
subscription/subscriptionlistmodel.h
abstractselectioncontroller.h
articlematcher.h
articlemodel.h
pluginmanager.h
selectioncontroller.h
articlelistview.h
actions/actionmanagerimpl.h
addfeeddialog.h
feed/feedpropertiesdialog.h
tabwidget.h
progressmanager.h
akregator_part.h
mainwidget.h
dummystorage/storagedummyimpl.h
dummystorage/storagefactorydummyimpl.h
dummystorage/feedstoragedummyimpl.h
)
ki18n_wrap_ui
(
akregatorpart
...
...
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