From 2a259043313d392783d8b2fd4259ecddeb99e31d Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Oct 2021 18:44:18 +0200 Subject: [PATCH] Mention dependency to Qt Quick --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 57d3c0c..55e3b01 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Library that bundles ForkAwesome for use within Qt applications The library depends on the following Qt modules (version 5.6 or higher): `core`, `gui` +The additional library for Qt Quick integration (currently only providing a +`QQuickImageProvider`) depends on the following further Qt modules: `quick` + At build time `qtutilities` and `c++utilities` are required. This library is built in the same way as these libraries so checkout the `c++utilities` repository for detailed instructions.