File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -433,9 +433,12 @@ QML_RES_QML = \
433
433
qml/pages/wallet/WalletSelect.qml
434
434
435
435
if TARGET_ANDROID
436
- BITCOIN_QT_H += qml/androidnotifier.h
437
- BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp
438
- QT_MOC_CPP += qml/moc_androidnotifier.cpp
436
+ BITCOIN_QT_H += qml/androidnotifier.h \
437
+ qml/androidcustomdatadir.h
438
+ BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp \
439
+ qml/androidcustomdatadir.cpp
440
+ QT_MOC_CPP += qml/moc_androidnotifier.cpp \
441
+ qml/moc_androidcustomdatadir.cpp
439
442
endif
440
443
441
444
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