diff options
| author | 2017-06-03 16:18:28 +0200 | |
|---|---|---|
| committer | 2017-06-03 16:18:28 +0200 | |
| commit | 91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (patch) | |
| tree | ba30869be96e17648d4d6eedc21cf8ecaee621a6 /diceparser.pri | |
| parent | f99aea24fc657b081dccc44390a319b357a803a0 (diff) | |
| parent | 34b4cd544333125ce8301b055e47e5492a95a9fb (diff) | |
| download | OneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.tar.gz OneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.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 4d73be9..1a1a35d 100644 --- a/diceparser.pri +++ b/diceparser.pri @@ -57,6 +57,7 @@ HEADERS += \ $$PWD/node/mergenode.h \ $$PWD/node/listaliasnode.h \ $$PWD/node/ifnode.h \ + $$PWD/node/splitnode.h \ $$PWD/node/paintnode.h \ $$PWD/node/listsetrollnode.h @@ -78,6 +79,7 @@ SOURCES += \ $$PWD/node/listaliasnode.cpp \ $$PWD/node/paintnode.cpp \ $$PWD/node/ifnode.cpp \ + $$PWD/node/splitnode.cpp \ $$PWD/node/listsetrollnode.cpp |