From a4a9d78beaf6fd5ad478d62c00eb7f8e659ae06c Mon Sep 17 00:00:00 2001 From: nowrep Date: Wed, 1 Jan 2014 23:36:23 +0100 Subject: [PATCH] [Docs] Added ntoe about GNOME_INTEGRATION build flag --- BUILDING | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUILDING b/BUILDING index 4d71cfa86..b292ff807 100644 --- a/BUILDING +++ b/BUILDING @@ -152,6 +152,13 @@ Available Defines example: $ export KDE_INTEGRATION="true" + GNOME_INTEGRATION Enable Gnome integration. + Currently it enables building of Gnome-Keyring Password plugin, + which provides support for storing passwords in Gnome-Keyring. + + example: + $ export GNOME_INTEGRATION="true" + USE_LIBPATH By default, /usr/lib/ is used for libQupZilla and /usr/lib/qupzilla for plugins. You can change it by setting this define. Ending slash is needed!