File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ QT_FORMS_UI = \
35
35
qt/forms/transactiondescdialog.ui
36
36
37
37
QT_MOC_CPP = \
38
+ qml/moc_bitcoin.cpp \
38
39
qml/components/moc_blockclockdial.cpp \
39
40
qml/controls/moc_linegraph.cpp \
40
41
qml/models/moc_chainmodel.cpp \
41
42
qml/models/moc_networktraffictower.cpp \
42
43
qml/models/moc_nodemodel.cpp \
44
+ qml/models/moc_onboardingmodel.cpp \
43
45
qml/models/moc_options_model.cpp \
44
46
qml/models/moc_peerlistsortproxy.cpp \
45
47
qml/moc_appmode.cpp \
@@ -119,6 +121,7 @@ BITCOIN_QT_H = \
119
121
qml/models/chainmodel.h \
120
122
qml/models/networktraffictower.h \
121
123
qml/models/nodemodel.h \
124
+ qml/models/onboardingmodel.h \
122
125
qml/models/options_model.h \
123
126
qml/models/peerlistsortproxy.h \
124
127
qml/appmode.h \
@@ -306,6 +309,7 @@ BITCOIN_QML_BASE_CPP = \
306
309
qml/models/chainmodel.cpp \
307
310
qml/models/networktraffictower.cpp \
308
311
qml/models/nodemodel.cpp \
312
+ qml/models/onboardingmodel.cpp \
309
313
qml/models/options_model.cpp \
310
314
qml/models/peerlistsortproxy.cpp \
311
315
qml/imageprovider.cpp \
You can’t perform that action at this time.
0 commit comments