Skip to content

Commit

Permalink
make: added qml/androidcustomdatadir files
Browse files Browse the repository at this point in the history
  • Loading branch information
D33r-Gee committed Jul 18, 2024
1 parent 76da778 commit 94215e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,12 @@ QML_RES_QML = \
qml/pages/wallet/DesktopWallets.qml

if TARGET_ANDROID
BITCOIN_QT_H += qml/androidnotifier.h
BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp
QT_MOC_CPP += qml/moc_androidnotifier.cpp
BITCOIN_QT_H += qml/androidnotifier.h \
qml/androidcustomdatadir.h
BITCOIN_QML_BASE_CPP += qml/androidnotifier.cpp \
qml/androidcustomdatadir.cpp
QT_MOC_CPP += qml/moc_androidnotifier.cpp \
qml/moc_androidcustomdatadir.cpp
endif

BITCOIN_QT_CPP = $(BITCOIN_QT_BASE_CPP)
Expand Down
2 changes: 1 addition & 1 deletion src/qml/androidcustomdatadir.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 The Bitcoin Core developers
// Copyright (c) 2023-present The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down

0 comments on commit 94215e5

Please sign in to comment.