From 66a36b3af11b597da3ae2bb867244443a5b71199 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Wed, 3 Oct 2018 10:12:19 -0400 Subject: Add WITH_APP_BUNDLE to INSTALL.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 5ef819899..9bdc1c868 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -108,7 +108,8 @@ These steps place the compiled KeePassXC binary inside the `./build/src/` direct -DWITH_GUI_TESTS=[ON|OFF] Enable/Disable building of GUI tests (default: OFF) -DWITH_DEV_BUILD=[ON|OFF] Enable/Disable deprecated method warnings (default: OFF) -DWITH_ASAN=[ON|OFF] Enable/Disable address sanitizer checks (Linux / macOS only) (default: OFF) - -DWITH_COVERAGE=[ON|OFF] Enable/Disable coverage tests (GCC only) (default: OFF) + -DWITH_COVERAGE=[ON|OFF] Enable/Disable coverage tests (GCC only) (default: OFF) + -DWITH_APP_BUNDLE=[ON|OFF] Enable Application Bundle for macOS (default: ON) ``` * If you are on MacOS you must add this parameter to **Cmake**, with the Qt version you have installed
`-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.2/lib/cmake/` -- cgit v1.2.3