Infrastructure: add Mudlet lua files to those shown by Qt Creator (#9409)

#### Brief overview of PR changes/additions
Adds a missing entry for all the external Lua files to the set of
"OTHER_FILES" so that they show up in the Qt Creator IDE. This is
useful/ important because otherwise they are not considered when
searching with the Mudlet "Project" in the IDE.

#### Motivation for adding to Mudlet
Allows some extra files to be considered when searching for details
within the Mudlet CMake project.

#### Other info (issues closed, discussion etc)
Somehow these got missed out from #8780!

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
This commit is contained in:
Stephen Lyons 2026-07-12 21:08:02 +01:00 committed by GitHub
parent 9e1c63cb56
commit 9451d4918c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,7 @@ file(GLOB_RECURSE OTHER_FILES_LIST CONFIGURE_DEPENDS
docs/**
.clang-format
src/.gitignore
src/mudlet-lua/**
)
# It is not clear that the "COMMENT" actually shows up anywhere - so include