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
KWin
Commits
74482b2e
Commit
74482b2e
authored
May 10, 2022
by
Ahmad Samir
Browse files
Fix typo
Spotted by Luca Beltrame GIT_SILENT
parent
94b0ca81
Pipeline
#174349
passed with stage
in 25 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kcmkwin/kwinrules/CMakeLists.txt
View file @
74482b2e
...
...
@@ -46,7 +46,7 @@ add_executable(kwin_rules_dialog main.cpp)
target_link_libraries
(
kwin_rules_dialog KWinRulesObjects
)
install
(
TARGETS kwin_rules_dialog DESTINATION
${
KDE_INSTALL_LIBEXECDIR
}
)
kcoreaddons_add_plugin
(
kcm_kwinrules SOURCES kcmrules.cpp INSTALL_NAMESPACE
"plasma/kcms/systemsettigs"
)
kcoreaddons_add_plugin
(
kcm_kwinrules SOURCES kcmrules.cpp INSTALL_NAMESPACE
"plasma/kcms/systemsetti
n
gs"
)
target_link_libraries
(
kcm_kwinrules KWinRulesObjects
)
install
(
FILES kcm_kwinrules.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
...
...
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