From d92ebfd70dd255ffb6594f29606c97bcec2e21a4 Mon Sep 17 00:00:00 2001 From: Shaun Reed <shaunrd0@gmail.com> Date: Sat, 22 Mar 2025 16:59:21 -0400 Subject: [PATCH] Fix CI tag. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb14cf1..2228f76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Qtk -[](https://github.com/shaunrd0/qtk/actions/workflows/build.yml) +[](https://github.com/shaunrd0/qtk/actions/workflows/build.yml) [](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.