Commit Graph

6 Commits

Author SHA1 Message Date
98e2d5d0ac 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/pikotools.creator
file.

You can use 'make qtcreator' again to refresh .qtcreator/pikotools.files,
the rest of the project files will not be modified.
2024-09-22 11:30:04 +02:00
df24be199d add QT Creator files to .gitignore 2023-10-22 23:36:47 +02:00
e0565813de removed *.a from .gitignore 2021-05-18 23:58:46 +02:00
1260b303bc added ./m to .gitignore 2021-05-10 21:24:37 +02:00
d3dd74b3d4 added tests/tests to .gitignore 2021-05-10 20:16:54 +02:00
d9a4fa34e2 added .gitignore file 2021-02-17 17:04:05 +01:00