Skip to content

Commit 88ce525

Browse files
committed
Merge #425: build: Add missed icon file to resources
6138805 qml: Add missed icon file to resources (Hennadii Stepanov) Pull request description: This PR fixes [build](https://github.com/bitcoin-core/gui-qml/actions/runs/11076549194/job/30779860142#step:7:1634) on macOS 13 `x86_64`: ``` RCC: Error in 'qml/bitcoin_qml.qrc': Cannot find file 'res/icons/minus.png' ``` ACKs for top commit: jarolrod: ACK 6138805 johnny9: ACK 6138805 Tree-SHA512: 990ce26f6185e439a45ac42a3f07d180383d7b1380d29fb72a17e21a8852d2cc1db40d124a9262704ade523e38516cd48bc5393af0c8de7b866dc7ff3c4b0d8d
2 parents 7b056a0 + 6138805 commit 88ce525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.qt.include

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ QML_RES_ICONS = \
344344
qml/res/icons/gear-outline.png \
345345
qml/res/icons/hidden.png \
346346
qml/res/icons/info.png \
347+
qml/res/icons/minus.png \
347348
qml/res/icons/network-dark.png \
348349
qml/res/icons/network-light.png \
349350
qml/res/icons/plus.png \

0 commit comments

Comments
 (0)