Skip to content

Commit b59b31a

Browse files
committed
build: Drop redundant qt/bitcoin.cpp
This file was included in #9457, but now it is a part of the BITCOIN_QT_BASE_CPP.
1 parent d90ad5a commit b59b31a

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
@@ -364,7 +364,7 @@ $(srcdir)/qt/bitcoinstrings.cpp: FORCE
364364

365365
# The resulted bitcoin_en.xlf source file should follow Transifex requirements.
366366
# See: https://docs.transifex.com/formats/xliff#how-to-distinguish-between-a-source-file-and-a-translation-file
367-
translate: $(srcdir)/qt/bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_BASE_CPP) qt/bitcoin.cpp $(BITCOIN_QT_WINDOWS_CPP) $(BITCOIN_QT_WALLET_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM)
367+
translate: $(srcdir)/qt/bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_BASE_CPP) $(BITCOIN_QT_WINDOWS_CPP) $(BITCOIN_QT_WALLET_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM)
368368
@test -n $(LUPDATE) || echo "lupdate is required for updating translations"
369369
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) -no-obsolete -I $(srcdir) -locations relative $^ -ts $(srcdir)/qt/locale/bitcoin_en.ts
370370
@test -n $(LCONVERT) || echo "lconvert is required for updating translations"

0 commit comments

Comments
 (0)