Skip to content

Commit 67ca130

Browse files
committed
build: fix for out-of-tree/distdir qt builds
1 parent dce853e commit 67ca130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.qt.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ endif
354354

355355
RES_IMAGES =
356356

357-
RES_MOVIES = $(wildcard qt/res/movies/spinner-*.png)
357+
RES_MOVIES = $(wildcard $(srcdir)/qt/res/movies/spinner-*.png)
358358

359359
BITCOIN_RC = qt/res/bitcoin-qt-res.rc
360360

0 commit comments

Comments
 (0)