-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong minial version for QWebEngineFileSystemAccessRequest? #79
Comments
after removing
[of course I did not modify any other files to cause this error] |
Maybe you should delete extjars directory and let it download ant-contrib.jar again.
|
I did delete, rebuiold, etc, nothing worked. But once I commented out this line, it builds just fine |
Describe the bug
Because of QWebEngineFileSystemAccessRequest marked as since 6.2 in once place, while it is since 6.4 in all othjer places, I can't build current jambi build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
QWebEngineFileSystemAccessRequest shouldn't be used for 6.2 jambi
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
See file \generator\typesystem\xml\typesystem_webenginecore-common.xml
There check on QWebEngineFileSystemAccessRequest usages. It's marked as 6.4 almost everywhere:
<value-type name="QWebEngineFileSystemAccessRequest" since="6.4">
However in once place it is included for 6.2 method:
I checked and there is no QWebEngineFileSystemAccessRequest in C:\Qt\6.2.5\msvc2019_64\include\QtWebEngineCore
The text was updated successfully, but these errors were encountered: