Skip to content
Snippets Groups Projects
Commit 91a3bca9 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] .pri file for Qt projects

parent cea7aa6e
No related merge requests found
HEADERS += $$PWD/include/dap_chain_common.h \
$$PWD/include/dap_chain_datum.h \
$$PWD/include/dap_chain_datum_hashtree_roots.h \
$$PWD/include/dap_chain_datum_token.h \
$$PWD/include/dap_chain_datum_tx.h \
$$PWD/include/dap_chain_datum_tx_in_cond.h \
$$PWD/include/dap_chain_datum_tx_in.h \
$$PWD/include/dap_chain_datum_tx_items.h \
$$PWD/include/dap_chain_datum_tx_out_cond.h \
$$PWD/include/dap_chain_datum_tx_out.h \
$$PWD/include/dap_chain_datum_tx_pkey.h \
$$PWD/include/dap_chain_datum_tx_receipt.h \
$$PWD/include/dap_chain_datum_tx_sig.h \
$$PWD/include/dap_chain_datum_tx_token.h
SOURCES += $$PWD/src/dap_chain_common.c \
$$PWD/src/dap_chain_datum.c \
$$PWD/src/dap_chain_datum_hashtree_roots.c \
$$PWD/src/dap_chain_datum_token.c \
$$PWD/src/dap_chain_datum_tx.c \
$$PWD/src/dap_chain_datum_tx_items.c \
$$PWD/src/dap_chain_datum_tx_out_cond.c \
$$PWD/src/dap_chain_datum_tx_receipt.c \
$$PWD/src/dap_chain_datum_tx_token.c
INCLUDEPATH += $$PWD/include
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