Lambert Chiu
Lambert Chiu
> > Copy the whole folder C:\Qt\6.9.1\mingw_64\qml into QOwnNotes folder. qtquickdialogsplugin.dll is also included. > > https://github.com/jurplel/install-qt-action?tab=readme-ov-file#arch says it might be using `win64_msvc2022_64`. > > And then: > > [QOwnNotes/build-systems/github/windows/build-zip-qt6.ps1](https://github.com/pbek/QOwnNotes/blob/0e3f32a9fa1a4d37f626be139cdf18e42d0c4172/build-systems/github/windows/build-zip-qt6.ps1#L13-L16)...
QOwnNotes finally uses the correct modules, but it has another error: ``` D:/Downloads/QOwnNotes/Data/scripts/journal-entry/journal-entry.qml [20:37:55] [critical] file:///D:/Downloads/QOwnNotes/Data/scripts/journal-entry/calendar-window.qml:1 module "QtQuick.Dialogs" version 1.2 is not installed ``` Note that I also copied all...
> For comparison, this is the content of the Qt directory in the CI: > > https://github.com/pbek/QOwnNotes/actions/runs/16632369600/job/47064803856#step:7:75 I modified the code: ``` JavaScript import QtQuick.Dialogs import QtQuick.Layouts import QtQuick.Controls ```...
> > Your code is importing QtQuick.Controls 1.4, but the Calendar type is only available in QtQuick.Controls 2.x. To fix the error, update your import to use QtQuick.Controls 2.4 (or...
> Could you identify and share the file that triggers the issue? I want to share but unfortunately based on my company's policy I can't. But the size of the...
Thank you for your assistance in advance!
From my laptop, I run `ctags --languages=all --kinds-all=* --fields=* --extras=* --recurse`on Linux kernel and reproduced the same error. ``` ctags: Warning: Enabling Cargo subparser may enable TOML parser. ctags: Warning:...