mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +00:00
WalletManager: include dependencies
This commit is contained in:
parent
1c6884e886
commit
82c39e09bf
2 changed files with 5 additions and 2 deletions
|
@ -30,7 +30,8 @@ HEADERS += \
|
|||
src/model/TransactionHistorySortFilterModel.h \
|
||||
src/QR-Code-generator/BitBuffer.hpp \
|
||||
src/QR-Code-generator/QrCode.hpp \
|
||||
src/QR-Code-generator/QrSegment.hpp
|
||||
src/QR-Code-generator/QrSegment.hpp \
|
||||
src/daemon/DaemonManager.h
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
|
@ -49,7 +50,8 @@ SOURCES += main.cpp \
|
|||
src/model/TransactionHistorySortFilterModel.cpp \
|
||||
src/QR-Code-generator/BitBuffer.cpp \
|
||||
src/QR-Code-generator/QrCode.cpp \
|
||||
src/QR-Code-generator/QrSegment.cpp
|
||||
src/QR-Code-generator/QrSegment.cpp \
|
||||
src/daemon/DaemonManager.cpp
|
||||
|
||||
lupdate_only {
|
||||
SOURCES = *.qml \
|
||||
|
|
1
qml.qrc
1
qml.qrc
|
@ -120,5 +120,6 @@
|
|||
<file>components/DaemonProgress.qml</file>
|
||||
<file>components/StandardDialog.qml</file>
|
||||
<file>pages/Sign.qml</file>
|
||||
<file>components/DaemonManagerDialog.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue