-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDDNBlockViews.pri
More file actions
28 lines (26 loc) · 926 Bytes
/
DDNBlockViews.pri
File metadata and controls
28 lines (26 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/src/api/ddnhttpapi.h \
$$PWD/src/api/ddnupdater.h \
$$PWD/src/model/ddnaccounts.h \
$$PWD/src/model/ddndelegates.h \
$$PWD/src/model/ddnpeers.h \
$$PWD/src/model/ddntablemodel.h \
$$PWD/src/model/ddntransdetails.h \
$$PWD/src/widnow/dduiquickview.h \
$$PWD/src/wallet/ddnwallet.h \
$$PWD/src/model/ddnmsgtransdetails.h \
$$PWD/src/api/httpclient.h \
$$PWD/src/api/tfhttp.hpp
SOURCES += \
$$PWD/src/api/ddnhttpapi.cpp \
$$PWD/src/api/ddnupdater.cpp \
$$PWD/src/model/ddnaccounts.cpp \
$$PWD/src/model/ddndelegates.cpp \
$$PWD/src/model/ddnpeers.cpp \
$$PWD/src/model/ddntablemodel.cpp \
$$PWD/src/model/ddntransdetails.cpp \
$$PWD/src/widnow/dduiquickview.cpp \
$$PWD/src/wallet/ddnwallet.cpp \
$$PWD/src/model/ddnmsgtransdetails.cpp \
$$PWD/src/api/httpclient.cpp