We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b05e39 commit fc7b765Copy full SHA for fc7b765
1 file changed
src/EOSDevHelper.pro
@@ -66,7 +66,10 @@ SOURCES += main.cpp\
66
codebase/ec/sha512.cpp \
67
codebase/ec/typechainid.cpp \
68
codebase/utility/httpclient.cpp \
69
- codebase/utility/utils.cpp
+ codebase/utility/utils.cpp \
70
+ codebase/chain/transactionextension.cpp \
71
+ codebase/chain/typewaitweight.cpp \
72
+ codebase/ec/sha256.cpp
73
74
HEADERS += mainwindow.h \
75
wallet/walletframe.h \
@@ -115,7 +118,10 @@ HEADERS += mainwindow.h \
115
118
codebase/ec/sha512.h \
116
119
codebase/ec/typechainid.h \
117
120
codebase/utility/httpclient.h \
- codebase/utility/utils.h
121
+ codebase/utility/utils.h \
122
+ codebase/chain/transactionextension.h \
123
+ codebase/chain/typewaitweight.h \
124
+ codebase/ec/sha256.h
125
126
FORMS += mainwindow.ui \
127
wallet/walletframe.ui \
0 commit comments