Update README.md

This commit is contained in:
Jan W. Krieger 2019-01-12 14:15:43 +01:00 committed by GitHub
parent 63b4afeb0a
commit 4f8a214655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,16 @@ This software is licensed under the term of the [GNU Lesser General Public Licen
There is a [large set of usage examples (with explanations for each) and tutorials](./examples/) in the folder [`./examples/`](./examples). There is a [large set of usage examples (with explanations for each) and tutorials](./examples/) in the folder [`./examples/`](./examples).
All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily. All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily.
[![EXAMPLES-Page](./screenshots/examplesbanner.png)](./examples/) [![EXAMPLES-Page](./screenshots/examplesbanner.png)](./examples/README.md)
## [Screenshots](./screenshots/) ## [Screenshots](./screenshots/)
The [Screenshots-page](./screenshots/) contains several screenshots, partly taken from the provided examples, but also from other software using this libarary (e.g. [QuickFit 3.0](https://github.com/jkriege2/QuickFit3)) The [Screenshots-page](./screenshots/) contains several screenshots, partly taken from the provided examples, but also from other software using this libarary (e.g. [QuickFit 3.0](https://github.com/jkriege2/QuickFit3))
[![EXAMPLES-Page](./screenshots/screenshotsbanner.png)](./screenshots/) [![EXAMPLES-Page](./screenshots/screenshotsbanner.png)](./screenshots/README.md)
## Building ## Building
Building instructions can be found here: Building instructions can be found here:
- include necessary files into QMake project: [`./lib/*.pri`](./lib) - include necessary files into QMake project: [`./lib/*.pri`](./lib/README.md)
- [build a static library](./staticlib): [`./staticlib/*.pro`](./staticlib) - [build a static library](./staticlib): [`./staticlib/*.pro`](./staticlib/README.md)
- [build a shared library (DLL, SO, ...)](./sharedlib): [`./sharedlib/*.pro`](./sharedlib) - [build a shared library (DLL, SO, ...)](./sharedlib): [`./sharedlib/*.pro`](./sharedlib/README.md)