Skip to content

Commit a6abaef

Browse files
committed
make: added onboardingmodel files to the Make process
1 parent 1415d83 commit a6abaef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile.qt.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ QT_FORMS_UI = \
3535
qt/forms/transactiondescdialog.ui
3636

3737
QT_MOC_CPP = \
38+
qml/moc_bitcoin.cpp \
3839
qml/components/moc_blockclockdial.cpp \
3940
qml/controls/moc_linegraph.cpp \
4041
qml/models/moc_chainmodel.cpp \
4142
qml/models/moc_networktraffictower.cpp \
4243
qml/models/moc_nodemodel.cpp \
44+
qml/models/moc_onboardingmodel.cpp \
4345
qml/models/moc_options_model.cpp \
4446
qml/models/moc_peerlistsortproxy.cpp \
4547
qml/moc_appmode.cpp \
@@ -119,6 +121,7 @@ BITCOIN_QT_H = \
119121
qml/models/chainmodel.h \
120122
qml/models/networktraffictower.h \
121123
qml/models/nodemodel.h \
124+
qml/models/onboardingmodel.h \
122125
qml/models/options_model.h \
123126
qml/models/peerlistsortproxy.h \
124127
qml/appmode.h \
@@ -306,6 +309,7 @@ BITCOIN_QML_BASE_CPP = \
306309
qml/models/chainmodel.cpp \
307310
qml/models/networktraffictower.cpp \
308311
qml/models/nodemodel.cpp \
312+
qml/models/onboardingmodel.cpp \
309313
qml/models/options_model.cpp \
310314
qml/models/peerlistsortproxy.cpp \
311315
qml/imageprovider.cpp \

0 commit comments

Comments
 (0)