[qtwebengine] Fix build, add features for pdf and webengine#46162
Conversation
|
Will this also fix #45200? :) I am getting this error for |
No, I don't think so. I only test Linux ATM. The non-Window side of this port is quite different, with use of more vcpkg libs. But this work started from a Windows issue blocking #46058. That error is probably from using vcpkg protobuf headers with a vendored protobuf, due to the order of include directories. protobuf is also in #45807. Maybe the order of include directories is also relevant for other problems, such as #45200? |
|
Absolute path in ... a response file, seriously? |
|
The first one only carries but the second has |
|
Test ports. Discovered that pdfium wasn't using the system (vcpkg) libjpeg-turbo, resulting in duplicate symbols. |
|
nodejs on arm64-osx: |
dec2bcc to
2f749fd
Compare
Chromium configuration (gn) runs as a build step.
... even into build tools which are executed on the host.
Matching the dependencies.
| ) | ||
|
|
||
| set(TOOL_NAMES gn QtWebEngineProcess qwebengine_convert_dict webenginedriver) | ||
| list(REMOVE_ITEM FEATURES "private-dependencies") |
There was a problem hiding this comment.
| list(REMOVE_ITEM FEATURES "private-dependencies") |
Left over, but I don't want to rebuild.
Qt PDF can be built for static triplets. Except for windows: It doesn't allow to use system (vcpkg) libs.