Skip to content

Commit 8d53c44

Browse files
committed
make: added qml/androidcustomdatadir files
1 parent 5c2b583 commit 8d53c44

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/Makefile.qt.include

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,12 @@ QML_RES_QML = \
432432
qml/pages/wallet/WalletSelect.qml
433433

434434
if TARGET_ANDROID
435-
BITCOIN_QT_H += qml/androidnotifier.h
436-
BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp
437-
QT_MOC_CPP += qml/moc_androidnotifier.cpp
435+
BITCOIN_QT_H += qml/androidnotifier.h \
436+
qml/androidcustomdatadir.h
437+
BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp \
438+
qml/androidcustomdatadir.cpp
439+
QT_MOC_CPP += qml/moc_androidnotifier.cpp \
440+
qml/moc_androidcustomdatadir.cpp
438441
endif
439442

440443
BITCOIN_QT_CPP = $(BITCOIN_QT_BASE_CPP)

src/qml/androidcustomdatadir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 The Bitcoin Core developers
1+
// Copyright (c) 2023-present The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

0 commit comments

Comments
 (0)