<name>Gentoo Qt Project</name>
</maintainer>
<use>
+ <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
<flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
shown inside the page, not blocking the application window. When closing
browser windows with open dialogs, this can crash the application.
LICENSE="GPL-3"
SLOT="0"
-IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
+IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
RDEPEND="
>=dev-qt/qtconcurrent-5.6:5
x11-libs/libxcb:=
dbus? ( >=dev-qt/qtdbus-5.6:5 )
gnome-keyring? ( gnome-base/gnome-keyring )
- kde? ( kde-frameworks/kwallet:5 )
+ kwallet? ( kde-frameworks/kwallet:5 )
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:0 )
"
DEBUG_BUILD=$(usex debug true '') \
DISABLE_DBUS=$(usex dbus '' true) \
GNOME_INTEGRATION=$(usex gnome-keyring true '') \
- KDE_INTEGRATION=$(usex kde true '') \
+ KDE_INTEGRATION=$(usex kwallet true '') \
NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
eqmake5