diff --git a/README.md b/README.md index fb14cf1..2228f76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Qtk -[![All Builds](https://github.com/shaunrd0/qtk/actions/workflows/all-builds.yml/badge.svg)](https://github.com/shaunrd0/qtk/actions/workflows/build.yml) +[![All Builds](https://github.com/shaunrd0/qtk/actions/workflows/build.yml/badge.svg)](https://github.com/shaunrd0/qtk/actions/workflows/build.yml) [![Linting](https://github.com/shaunrd0/qtk/actions/workflows/linting.yml/badge.svg)](https://github.com/shaunrd0/qtk/actions/workflows/linting.yml) The Qtk desktop application provides a model loader using [Assimp](https://assimp.org/) within a Qt widget application. @@ -107,7 +107,7 @@ This taget, `qtk` in cmake, is always selected to build and install as it is required by all other components in this project. * The [Qtk desktop application](./src/app) is built using libqtk within a Qt application. This target, `qtk_gui` in cmake, is optional and can be controlled using the `QTK_GUI` option below. -* The GUI for the Qtk desktop application is constructed using a [custom set of Qt Designer widget plugins](./src/designer-plugins) that are also built using libqtk. +* The GUI for the Qtk desktop application is constructed using a [custom set t of Qt Designer widget plugins](./src/designer-plugins) that are also built using libqtk. If `QTK_GUI` is disabled this target (`qtk_plugins`) is optional and can be controlled using the `QTK_PLUGINS` options below.