From 84ace56a9cb32b5e08e5ae0224fd6dafc259b614 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 1 Sep 2019 16:34:50 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17fa35b..ec16273 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,9 @@ Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. ## Build instructions -Qt utilities depends on c++utilities and is built in the same way. -The library also depends on the following Qt 5 modules: core, gui +Qt utilities depends on c++utilities and is built in the same way. So checkout this repository for further +instructions. The documentation for various CMake variables influencing the build is also provided in the +c++utilities repository. + +The library also depends on the following Qt 5 modules: core, gui, widgets +Some header files also require further Qt modules.