Feat: Misc Update#418
Open
FlyAndNotDown wants to merge 3 commits into
Open
Conversation
…model errors Conan ships the Qt host tools as a single RelWithDebInfo config, so the versionless Qt:: tool targets only carry a config-less IMPORTED_LOCATION. On non-Release builds the IDE CMake file-API codemodel then reports "IMPORTED_LOCATION not set ... configuration <cfg>" for each of them. The project already references Qt solely through the versioned Qt6:: targets, so suppress the versionless aliases entirely via QT_NO_CREATE_VERSIONLESS_TARGETS.
PR validation: build.yml now exports every in-repo recipe into the local conan cache before configuring, so 'conan install --build=missing' builds recipes changed by the PR from source and downloads the rest from the remote. Recipe and engine changes are validated atomically in one PR, and master stays buildable during the publish window after a merge. Publishing: a new workflow builds and uploads recipes on pushes to master that touch ThirdParty/ConanRecipes (plus manual workflow_dispatch). It is guarded to the canonical repo so forks don't run it, and pins cppstd to 17/gnu17 to match the binaries already on the remote. build_recipes.py gains an --export-only mode that exports every version of every recipe without building or platform filtering.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.