add a clangd and qtcreator make targets

Add a clangd make target:
$ make clangd
This installs a .clangd file with configuration (includes/macros/compiler flags)
for the clandg language server.

Add a qtcreator make target:
$ make qtcreator
This installs a .qtcreator directory with QTCreator IDE project files.
In the QTCreator you can open a project by selecting the .qtcreator/morm.creator
file.

You can use 'make qtcreator' again to refresh .qtcreator/morm.files,
the rest of the project files will not be modified.
This commit is contained in:
2024-09-22 11:35:26 +02:00
parent 0e6df30a42
commit 456e24dd30
12 changed files with 295 additions and 9 deletions

12
.gitignore vendored
View File

@@ -6,12 +6,6 @@
log.txt
samples/log.txt
samples/mormsample
.clangd
.qtc_clangd/
morm.cflags
morm.config
morm.creator
morm.creator.user
morm.cxxflags
morm.files
morm.includes
/.clangd
/.qtcreator/
/.qtc_clangd/