keepassxc/share
Jonathan White 6d141d4a5e
Refactor: Move to simple default builds
* Remove individual feature flags in favor of a single `KPXC_MINIMAL` flag that removes advanced features from the build. Basic features are no longer guarded by feature flags.
* Basic features: Auto-Type, Yubikey, KeeShare
* Advanced features include: Browser (and passkeys), SSH Agent, and Secret Service
* Networking, Documentation, and Update Checking remain as feature flags to accommodate various distro requirements.

This change also cleans up the main CMakeLists.txt by re-arranging some content and placing macros into a dedicated include file. The minimum CMake version was bumped to 3.16.0 to conform to our minimum Ubuntu support of Focal (20.04). This also allows us to default to C++20, we fall back to C++17 for Qt versions less than 5.15.0 due to lack of support.

Lastly this change removes the KEEPASSXC_BUILD_TYPE="PreRelease" which is never used. We only support "Snapshot" and "Release" now.
2025-05-10 15:42:26 -04:00
..
branding Improve colorful lock icon for system tray (#9632) 2023-08-14 21:39:50 -04:00
icons Add ability to expire entries from context menus (#8731) 2025-01-12 07:55:22 -05:00
linux 2.7.10 Changelog 2025-03-30 16:42:59 -04:00
macosx Fix file permissions for some files 2024-06-06 17:35:49 -04:00
translations Refactor: Move to simple default builds 2025-05-10 15:42:26 -04:00
windows Revert MSVC Redistributable Check 2025-03-28 06:02:35 -04:00
wizard Losslessly optimize PNG images 2023-06-10 18:26:10 -04:00
wordlists Removed newline and words with hyphen (#11409) 2025-02-23 09:46:25 -05:00
CMakeLists.txt Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
demo.kdbx Major enhancements to documentation 2025-02-22 16:42:08 -05:00
demo_readme.md Major enhancements to documentation 2025-02-22 16:42:08 -05:00