File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,6 @@ if ENABLE_WALLET
276276BITCOIN_QT_CPP += $(BITCOIN_QT_WALLET_CPP)
277277endif # ENABLE_WALLET
278278
279- RES_IMAGES =
280-
281279RES_MOVIES = $(wildcard $(srcdir)/qt/res/movies/spinner-*.png)
282280
283281BITCOIN_RC = qt/res/bitcoin-qt-res.rc
@@ -290,7 +288,7 @@ qt_libbitcoinqt_a_CXXFLAGS = $(AM_CXXFLAGS) $(QT_PIE_FLAGS)
290288qt_libbitcoinqt_a_OBJCXXFLAGS = $(AM_OBJCXXFLAGS) $(QT_PIE_FLAGS)
291289
292290qt_libbitcoinqt_a_SOURCES = $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(QT_FORMS_UI) \
293- $(QT_QRC) $(QT_QRC_LOCALE) $(QT_TS) $(RES_ICONS) $(RES_IMAGES) $( RES_MOVIES)
291+ $(QT_QRC) $(QT_QRC_LOCALE) $(QT_TS) $(RES_ICONS) $(RES_MOVIES)
294292if TARGET_DARWIN
295293 qt_libbitcoinqt_a_SOURCES += $(BITCOIN_MM)
296294endif
@@ -361,7 +359,7 @@ $(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM)
361359 $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
362360 @rm $(@D)/temp_$(<F)
363361
364- $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $( RES_MOVIES)
362+ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_MOVIES)
365363 @test -f $(RCC)
366364 $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \
367365 $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
You can’t perform that action at this time.
0 commit comments