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
Plasma
Plasma Workspace
Commits
90d4ccbf
Commit
90d4ccbf
authored
Mar 16, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
e2df6611
Pipeline
#150817
passed with stage
in 14 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
startkde/waitforname/CMakeLists.txt
View file @
90d4ccbf
set
(
plasma_waitforname_SRCS
waiter.cpp
waiter.h
main.cpp
)
...
...
systemmonitor/CMakeLists.txt
View file @
90d4ccbf
...
...
@@ -2,7 +2,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"systemmonitor\")
add_definitions
(
"-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII"
)
kcoreaddons_add_plugin
(
ksysguard SOURCES kdedksysguard.cpp INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/kded"
)
kcoreaddons_add_plugin
(
ksysguard SOURCES kdedksysguard.cpp
kdedksysguard.h
INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/kded"
)
target_link_libraries
(
ksysguard
KF5::DBusAddons
...
...
@@ -11,7 +11,7 @@ target_link_libraries(ksysguard
KF5::GlobalAccel
)
add_executable
(
systemmonitor ksystemactivitydialog.cpp main.cpp
)
add_executable
(
systemmonitor ksystemactivitydialog.cpp
ksystemactivitydialog.h
main.cpp
)
target_link_libraries
(
systemmonitor
KSysGuard::ProcessUi
...
...
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