We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce853e commit 945008dCopy full SHA for 945008d
src/Makefile.qt.include
@@ -431,8 +431,10 @@ $(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM)
431
432
$(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES) $(PROTOBUF_H)
433
@test -f $(RCC)
434
- $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \
+ @cp -f $< $(@D)/temp_$(<F)
435
+ $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $(@D)/temp_$(<F) | \
436
$(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
437
+ @rm $(@D)/temp_$(<F)
438
439
CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno
440
0 commit comments