Skip to content

Commit fc7b765

Browse files
author
spartucus
committed
fix pro.
1 parent 5b05e39 commit fc7b765

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/EOSDevHelper.pro

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ SOURCES += main.cpp\
6666
codebase/ec/sha512.cpp \
6767
codebase/ec/typechainid.cpp \
6868
codebase/utility/httpclient.cpp \
69-
codebase/utility/utils.cpp
69+
codebase/utility/utils.cpp \
70+
codebase/chain/transactionextension.cpp \
71+
codebase/chain/typewaitweight.cpp \
72+
codebase/ec/sha256.cpp
7073

7174
HEADERS += mainwindow.h \
7275
wallet/walletframe.h \
@@ -115,7 +118,10 @@ HEADERS += mainwindow.h \
115118
codebase/ec/sha512.h \
116119
codebase/ec/typechainid.h \
117120
codebase/utility/httpclient.h \
118-
codebase/utility/utils.h
121+
codebase/utility/utils.h \
122+
codebase/chain/transactionextension.h \
123+
codebase/chain/typewaitweight.h \
124+
codebase/ec/sha256.h
119125

120126
FORMS += mainwindow.ui \
121127
wallet/walletframe.ui \

0 commit comments

Comments
 (0)