File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -328,11 +328,6 @@ endif
328
328
329
329
nodist_qt_libbitcoinqt_a_SOURCES = $(QT_MOC_CPP) $(QT_MOC) $(QT_QRC_CPP) $(QT_QRC_LOCALE_CPP)
330
330
331
- if BUILD_WITH_QML
332
- qt_libbitcoinqt_a_SOURCES += $(BITCOIN_QML_BASE_CPP) $(QML_QRC) $(QML_RES_FONTS) $(QML_RES_QML)
333
- nodist_qt_libbitcoinqt_a_SOURCES += $(QML_QRC_CPP)
334
- endif # BUILD_WITH_QML
335
-
336
331
# forms/foo.h -> forms/ui_foo.h
337
332
QT_FORMS_H=$(join $(dir $(QT_FORMS_UI)),$(addprefix ui_, $(notdir $(QT_FORMS_UI:.ui=.h))))
338
333
@@ -406,6 +401,9 @@ if BUILD_WITH_QML
406
401
$(QML_QRC_CPP): $(QML_QRC) $(QML_RES_FONTS) $(QML_RES_QML)
407
402
@test -f $(RCC)
408
403
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) --name bitcoin_qml --format-version 1 $< > $@
404
+
405
+ qt_libbitcoinqt_a_SOURCES += $(BITCOIN_QML_BASE_CPP) $(QML_QRC_CPP)
406
+ nodist_qt_libbitcoinqt_a_SOURCES += $(QML_QRC_CPP)
409
407
endif # BUILD_WITH_QML
410
408
411
409
CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno qt/temp_bitcoin_locale.qrc
You can’t perform that action at this time.
0 commit comments