Skip to content

Commit f529d51

Browse files
committed
Revert to regular plugin
The plugin is not soft loadable since the full functionality is not available. Also added `LlamaCpp.json.in` to the sources, so that one has quicker access to it.
1 parent ca4fa65 commit f529d51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ add_qtc_plugin(LlamaCpp
7272
llamatheme.cpp llamatheme.h
7373
llamatr.h
7474
llamatypes.h
75+
LlamaCpp.json.in
7576
README.md
7677
)
7778

LlamaCpp.json.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"VendorId" : "ggml",
88
"Copyright" : "(C) 2025 The llama.qtcreator Contributors, ${IDE_COPYRIGHT}",
99
"License" : "MIT",
10-
"SoftLoadable" : true,
1110
"Description": "llama.cpp infill completion plugin for Qt Creator",
1211
"LongDescription" : ${LONG_DESCRIPTION},
1312
"Url" : "https://github.com/ggml-org/llama.qtcreator",

0 commit comments

Comments
 (0)