WalletManager: include dependencies

This commit is contained in:
Jaquee 2016-11-25 21:08:39 +01:00
parent 1c6884e886
commit 82c39e09bf
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39
2 changed files with 5 additions and 2 deletions

View File

@ -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 \

View File

@ -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>