Skip to content
Snippets Groups Projects
Commit 9289e063 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Made it buildable and with the latest libs

parent ffe509fd
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,16 @@ ...@@ -5,3 +5,16 @@
[submodule "kelvin-node"] [submodule "kelvin-node"]
path = kelvin-node path = kelvin-node
url = https://github.com/kelvinblockchain/kelvin-node.git url = https://github.com/kelvinblockchain/kelvin-node.git
branch = master
[submodule "libdap-qt"]
path = libdap-qt
url = https://github.com/cellframe/libdap-qt
branch = master
[submodule "libdap"]
path = libdap
url = https://github.com/cellframe/libdap
branch = master
[submodule "libdap-crypto"]
path = libdap-crypto
url = https://github.com/cellframe/libdap-crypto
branch = master
...@@ -86,12 +86,14 @@ HEADERS += \ ...@@ -86,12 +86,14 @@ HEADERS += \
DapServiceClientNativeLinux.h \ DapServiceClientNativeLinux.h \
DapChainWalletsModel.h DapChainWalletsModel.h
include (../kelvin-node/kelvin-node.pri) include (../libdap/libdap.pri)
include (../libdap-crypto/libdap-crypto.pri)
include (../libdap-qt/libdap-qt.pri)
include (../libKelvinDashboardCommon/libKelvinDashboardCommon.pri) include (../libKelvinDashboardCommon/libKelvinDashboardCommon.pri)
include (../DapRPCProtocol/DapRPCProtocol.pri) include (../DapRPCProtocol/DapRPCProtocol.pri)
INCLUDEPATH += $$_PRO_FILE_PWD_/../libKelvinDashboardCommon/ INCLUDEPATH += $$_PRO_FILE_PWD_/../libKelvinDashboardCommon/
$$_PRO_FILE_PWD_/../DapRPCProtocol/ $$_PRO_FILE_PWD_/../DapRPCProtocol/
$$_PRO_FILE_PWD_/../kelvin-node/
DISTFILES += DISTFILES +=
...@@ -51,7 +51,9 @@ HEADERS += \ ...@@ -51,7 +51,9 @@ HEADERS += \
DapLogReader.h \ DapLogReader.h \
DapChainWalletHandler.h DapChainWalletHandler.h
include (../kelvin-node/kelvin-node.pri) include (../libdap/libdap.pri)
include (../libdap-crypto/libdap-crypto.pri)
include (../libdap-qt/libdap-qt.pri)
include (../libKelvinDashboardCommon/libKelvinDashboardCommon.pri) include (../libKelvinDashboardCommon/libKelvinDashboardCommon.pri)
include (../DapRPCProtocol/DapRPCProtocol.pri) include (../DapRPCProtocol/DapRPCProtocol.pri)
......
Subproject commit 5b72cc303107680535c4591313033611b01c4a0b
Subproject commit ff63d762657f9687173db825705b8bf4b958abee
Subproject commit 948d0658552674cd2826bedae80341774a2101d1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment