Update README.md

This commit is contained in:
Martchus 2019-09-01 16:34:50 +02:00
parent dbc5a18801
commit 84ace56a9c
1 changed files with 6 additions and 2 deletions

View File

@ -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.