Skip to content

Commit

Permalink
make: added onboardingmodel files to the Make process
Browse files Browse the repository at this point in the history
  • Loading branch information
D33r-Gee committed Mar 14, 2024
1 parent 31ca422 commit f9c2937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ QT_FORMS_UI = \
qt/forms/transactiondescdialog.ui

QT_MOC_CPP = \
qml/moc_bitcoin.cpp \
qml/components/moc_blockclockdial.cpp \
qml/controls/moc_linegraph.cpp \
qml/models/moc_chainmodel.cpp \
qml/models/moc_networktraffictower.cpp \
qml/models/moc_nodemodel.cpp \
qml/models/moc_onboardingmodel.cpp \
qml/models/moc_options_model.cpp \
qml/models/moc_peerlistsortproxy.cpp \
qml/moc_appmode.cpp \
Expand Down Expand Up @@ -119,6 +121,7 @@ BITCOIN_QT_H = \
qml/models/chainmodel.h \
qml/models/networktraffictower.h \
qml/models/nodemodel.h \
qml/models/onboardingmodel.h \
qml/models/options_model.h \
qml/models/peerlistsortproxy.h \
qml/appmode.h \
Expand Down Expand Up @@ -306,6 +309,7 @@ BITCOIN_QML_BASE_CPP = \
qml/models/chainmodel.cpp \
qml/models/networktraffictower.cpp \
qml/models/nodemodel.cpp \
qml/models/onboardingmodel.cpp \
qml/models/options_model.cpp \
qml/models/peerlistsortproxy.cpp \
qml/imageprovider.cpp \
Expand Down

0 comments on commit f9c2937

Please sign in to comment.