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 @@ -412,9 +412,12 @@ QML_RES_QML = \
412
412
qml/pages/wallet/DesktopWallets.qml
413
413
414
414
if TARGET_ANDROID
415
- BITCOIN_QT_H += qml/androidnotifier.h
416
- BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp
417
- QT_MOC_CPP += qml/moc_androidnotifier.cpp
415
+ BITCOIN_QT_H += qml/androidnotifier.h \
416
+ qml/androidcustomdatadir.h
417
+ BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp \
418
+ qml/androidcustomdatadir.cpp
419
+ QT_MOC_CPP += qml/moc_androidnotifier.cpp \
420
+ qml/moc_androidcustomdatadir.cpp
418
421
endif
419
422
420
423
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