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
Utilities
KWalletManager
Commits
463bd74b
Commit
463bd74b
authored
Sep 05, 2022
by
Timothée Ravier
Browse files
Add option to not build KCM & KAuth support
parent
d36209bd
Pipeline
#227684
passed with stage
in 2 minutes and 30 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
463bd74b
...
...
@@ -32,9 +32,13 @@ ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KWALLETMANAGER
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/src/kwalletmanager_version.h"
)
option
(
ENABLE_KAUTH
"Enable KAuth support (Disabled for Flatpak builds)"
ON
)
if
(
ENABLE_KAUTH
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED Auth
)
endif
()
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED
Archive
Auth
Config
ConfigWidgets
CoreAddons
...
...
src/CMakeLists.txt
View file @
463bd74b
add_subdirectory
(
konfigurator
)
if
(
ENABLE_KAUTH
)
add_subdirectory
(
konfigurator
)
endif
()
add_subdirectory
(
manager
)
Timothée Ravier
@ravier
mentioned in commit
685bf875
·
Sep 05, 2022
mentioned in commit
685bf875
mentioned in commit 685bf87578877900bf6244426850baa1612f0c1b
Toggle commit list
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