diff options
| author | 2018-08-27 01:03:42 +0200 | |
|---|---|---|
| committer | 2018-08-27 01:03:42 +0200 | |
| commit | cdaac5c82433b97ae17d0576b185a7fd689c89a9 (patch) | |
| tree | 39f48a45f74a4142dcd2f9533842bf25b5faf2f6 /diceparser.pri | |
| parent | f238c80409b345482d4a292084b3813dcdbbb37f (diff) | |
| parent | 52343ff414f7b41e8f38e28bec3de39500b5fed2 (diff) | |
| download | OneRoll-cdaac5c82433b97ae17d0576b185a7fd689c89a9.tar.gz OneRoll-cdaac5c82433b97ae17d0576b185a7fd689c89a9.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.pri')
| -rw-r--r-- | diceparser.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.pri b/diceparser.pri index 22bcb30..b554d8c 100644 --- a/diceparser.pri +++ b/diceparser.pri @@ -40,6 +40,7 @@ SOURCES += $$PWD/diceparser.cpp \ $$PWD/node/splitnode.cpp \ $$PWD/node/listsetrollnode.cpp\ $$PWD/node/variablenode.cpp\ + $$PWD/node/bind.cpp\ $$PWD/diceroller.cpp\ $$PWD/qmltypesregister.cpp @@ -79,6 +80,7 @@ HEADERS += \ $$PWD/node/mergenode.h \ $$PWD/node/listaliasnode.h \ $$PWD/node/ifnode.h \ + $$PWD/node/bind.h\ $$PWD/node/splitnode.h \ $$PWD/node/paintnode.h \ $$PWD/node/listsetrollnode.h \ |