[cmake] Add cmake port to test qt #10770
Conversation
|
also requires at least #10644 to make static builds work |
|
Pinging @Neumann-A for response. Is work still being done for this PR? |
|
need #11072 merged for this |
dc17403 to
67fd33a
Compare
9f36aea to
daa058f
Compare
|
@JackBoosY: Ready but the cmake-gui will probably not work on linux (Ubuntu 20.04) due to requiring a correct fontconfig setup or an update for it within vcpkg |
|
After some discussion within the team, here's our current thinking:
Therefore, we think the best path is to move this into a secondary location ( I'm happy to help modify the azure-pipelines.yml files to pass this additional flag once the port has been moved. |
|
Would be nice if VCPKG would store overlay locations of installed ports and only error if the location does not exist any more. Otherwise I always need to pass |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* [cmake] add port for qt testing * only add cmcldeps on windows * [cmake] cleanup and fix portfile for osx build * [cmake] more cleanup * move cmake to scripts/test_ports * add the overlay scripts/test_ports to ci
PR #10769 is included for static builds to work
cmake-gui in static builds will only work with Qt > 5.14 due to the automatic plugin linkage added to Qt 5.14. Seems like cmake forgot to link against and add sources to include the required qt plugins.