qtutilities/README.md

18 lines
678 B
Markdown
Raw Permalink Normal View History

2015-04-22 18:54:45 +02:00
# qtutilities
2015-04-22 18:56:47 +02:00
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.
2015-05-19 22:40:20 +02:00
## Build instructions
2019-09-01 16:34:50 +02:00
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 modules (only the latest Qt 5 and Qt 6 version tested):
core, gui, widgets
2019-09-01 16:34:50 +02:00
Some header files also require further Qt modules.
2022-04-05 20:10:18 +02:00
## Copyright notice and license
2024-02-15 21:47:03 +01:00
Copyright © 2015-2024 Marius Kittler
2022-04-05 20:10:18 +02:00
All code is licensed under [GPL-2-or-later](LICENSE).