[qt5] reactivate qt5-activeqt for CI coverage#11045
[qt5] reactivate qt5-activeqt for CI coverage#11045ras0219-msft merged 1 commit intomicrosoft:masterfrom
Conversation
…5-declarative This is required so that qt5-tools is not skipped in CI which affects CI coverage. In general Qt5 ports should not be build apart from each other but as complete package! Or VCPKG should accept installing duplicated *.dll in every folder excebt for /bin or debug/bin
|
Would an alternative solution be to have qt5-basketweaving install all of
But not
which is expected to be provided by qt5-core? I understand this prevents the use of |
This probably means that every Qt port would install its DLL twice. once in |
|
Yeah, the idea is that all Qt5 dlls would be in However, there is one annoying issue with diamonds (not sure if this is actually a problem). If |
|
The "hack" LGTM though, it's a good compromise for now! |
This is required so that qt5-tools is not skipped in CI which affects CI coverage.
In general Qt5 ports should not be build apart from each other but as complete package!
Or VCPKG should accept installing duplicated *.dll in every folder except for /bin or debug/bin. The alternative would be to accept executables in bin which would make duplicating any dlls unnecessary
The layout of the Qt5 ports in tools/bin is required in this way since external tools lik the QtVsTools expect every tool in one and the same bin folder.