From cdca0930f74780c119614a8d9f3564c6eb1ba382 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 19 May 2015 22:40:20 +0200 Subject: [PATCH] added build instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d2a5f40..17fa35b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # qtutilities 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