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
276
276
BITCOIN_QT_CPP += $(BITCOIN_QT_WALLET_CPP)
277
277
endif # ENABLE_WALLET
278
278
279
- RES_IMAGES =
280
-
281
279
RES_MOVIES = $(wildcard $(srcdir)/qt/res/movies/spinner-*.png)
282
280
283
281
BITCOIN_RC = qt/res/bitcoin-qt-res.rc
@@ -290,7 +288,7 @@ qt_libbitcoinqt_a_CXXFLAGS = $(AM_CXXFLAGS) $(QT_PIE_FLAGS)
290
288
qt_libbitcoinqt_a_OBJCXXFLAGS = $(AM_OBJCXXFLAGS) $(QT_PIE_FLAGS)
291
289
292
290
qt_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)
294
292
if TARGET_DARWIN
295
293
qt_libbitcoinqt_a_SOURCES += $(BITCOIN_MM)
296
294
endif
@@ -361,7 +359,7 @@ $(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM)
361
359
$(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
362
360
@rm $(@D)/temp_$(<F)
363
361
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)
365
363
@test -f $(RCC)
366
364
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \
367
365
$(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
You can’t perform that action at this time.
0 commit comments