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
Utilities
KWalletManager
Commits
41d7c730
Commit
41d7c730
authored
Jan 29, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: dont use deprecated cmake variable
parent
449aa6e9
Changes
3
Show whitespace changes
Inline
Side-by-side
doc/CMakeLists.txt
View file @
41d7c730
########### install files ###############
#
#
kdoctools_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML
_INSTALL_DIR
}
/en SUBDIR kwallet5
)
kdoctools_create_handbook
(
index.docbook INSTALL_DESTINATION
${
KDE
_INSTALL_
DOCBUNDLE
DIR
}
/en SUBDIR kwallet5
)
src/konfigurator/CMakeLists.txt
View file @
41d7c730
...
...
@@ -18,7 +18,7 @@ target_link_libraries(kcm_kwallet5
Qt5::DBus
)
install
(
TARGETS kcm_kwallet5 DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
TARGETS kcm_kwallet5 DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### kauth helper ################
set
(
kcm_kwallet_helper_SRCS savehelper.cpp
)
...
...
src/manager/CMakeLists.txt
View file @
41d7c730
...
...
@@ -65,7 +65,7 @@ target_link_libraries(kwalletmanager5
KF5::Crash
)
install
(
TARGETS kwalletmanager5
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS kwalletmanager5
${
KDE_
INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES kwalletmanager.rc
DESTINATION
${
KXMLGUI_INSTALL_DIR
}
/kwalletmanager5
)
...
...
Write
Preview
Markdown
is supported
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