File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -432,9 +432,12 @@ QML_RES_QML = \
432
432
qml/pages/wallet/WalletSelect.qml
433
433
434
434
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
438
441
endif
439
442
440
443
BITCOIN_QT_CPP = $(BITCOIN_QT_BASE_CPP)
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2023 The Bitcoin Core developers
1
+ // Copyright (c) 2023-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
You can’t perform that action at this time.
0 commit comments