forked from quickshell/quickshell
build: fix PostReloadHook resolution in LSP
This commit is contained in:
parent
a45fc03c7d
commit
4d8055f1cd
9 changed files with 20 additions and 5 deletions
|
@ -21,6 +21,7 @@ qt_add_qml_module(quickshell-io
|
|||
FileView.qml
|
||||
)
|
||||
|
||||
qs_add_module_deps_light(quickshell-io Quickshell)
|
||||
install_qml_module(quickshell-io)
|
||||
|
||||
target_link_libraries(quickshell-io PRIVATE Qt::Quick)
|
||||
|
|
|
@ -91,6 +91,7 @@ class JsonAdapter
|
|||
, public QQmlParserStatus {
|
||||
Q_OBJECT;
|
||||
QML_ELEMENT;
|
||||
Q_INTERFACES(QQmlParserStatus);
|
||||
|
||||
public:
|
||||
void classBegin() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue