keepassxc/cmake
Jonathan White a5af525936
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.
2024-07-28 18:27:12 -04:00
..
compiler-checks Refactor: Move to simple default builds 2024-07-28 18:27:12 -04:00
CLangFormat.cmake Fix broken build when using system zxcvbn (#10717) 2024-05-27 15:11:34 -04:00
CodeCoverage.cmake Clean up code coverage reporting. 2021-09-28 14:15:37 +02:00
CompilerFlags.cmake Refactor: Move to simple default builds 2024-07-28 18:27:12 -04:00
FindBotan.cmake Update FindBotan.cmake 2023-11-22 22:45:06 -05:00
FindMinizip.cmake KeeShare: Remove checking signed container 2021-12-14 23:23:23 -05:00
FindPCSC.cmake Implement support for Yubikeys and potential other tokens via wireless NFC using smartcard readers (Rebase) (#6895) 2021-10-01 10:39:07 -04:00
FindQREncode.cmake Add vcpkg manifest with build dependencies 2024-03-07 19:03:13 -05:00
FindReadline.cmake Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00
GenerateProductVersion.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
KPXCMacDeployHelpers.cmake Fix various typos (#8748) 2023-01-29 09:38:44 -05:00
MakePortableZip.cmake Add powershell version of release-tool 2022-01-31 07:00:08 -05:00
VersionInfo.in Set windows EXE resource properties, resolves #329 2017-02-20 00:33:11 +01:00
VersionResource.rc Set windows EXE resource properties, resolves #329 2017-02-20 00:33:11 +01:00