ci: Add required Qt Quick dev packages#54
Merged
Conversation
hebasto
added a commit
that referenced
this pull request
Oct 10, 2021
6fb3246 qml: Include missed <cassert> headers (Hennadii Stepanov) Pull request description: CI log [excerpt](https://api.cirrus-ci.com/v1/task/5482291775406080/logs/ci.log) from #54: ``` qml/util.cpp: In function ‘QString QmlUtil::GraphicsApi(QQuickWindow*)’: qml/util.cpp:31:5: error: ‘assert’ was not declared in this scope assert(false); ^~~~~~ qml/util.cpp:31:5: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’? ``` ACKs for top commit: promag: utACK 6fb3246. Tree-SHA512: e1d9968554978a615ba81105ddf78c0fa41773541fe97f6e9b7ba69e84fb174658c10656de5c60bef6eac24cac548e163739101fd482e6703a5f1cfd1bdb9a89
johnny9
pushed a commit
to johnny9/gui-qml
that referenced
this pull request
Jul 10, 2025
3d8230f qml: Include missed <cassert> headers (Hennadii Stepanov) Pull request description: CI log [excerpt](https://api.cirrus-ci.com/v1/task/5482291775406080/logs/ci.log) from bitcoin-core#54: ``` qml/util.cpp: In function ‘QString QmlUtil::GraphicsApi(QQuickWindow*)’: qml/util.cpp:31:5: error: ‘assert’ was not declared in this scope assert(false); ^~~~~~ qml/util.cpp:31:5: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’? ``` ACKs for top commit: promag: utACK 3d8230f. Tree-SHA512: e1d9968554978a615ba81105ddf78c0fa41773541fe97f6e9b7ba69e84fb174658c10656de5c60bef6eac24cac548e163739101fd482e6703a5f1cfd1bdb9a89
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.
This PR fixes the following CI tasks: