diff options
| author | 2017-11-28 15:44:14 +0100 | |
|---|---|---|
| committer | 2017-11-28 15:44:14 +0100 | |
| commit | ad737715df12d05a18080ca62da5b783a342a962 (patch) | |
| tree | 4d883a731122ebc28f0775beab3d1730b55c03b6 /diceparser.pri | |
| parent | ec4eea389e3fd23e5491e1609755d49b916d2db0 (diff) | |
| download | OneRoll-ad737715df12d05a18080ca62da5b783a342a962.tar.gz OneRoll-ad737715df12d05a18080ca62da5b783a342a962.zip | |
-Add variable node
Diffstat (limited to 'diceparser.pri')
| -rw-r--r-- | diceparser.pri | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/diceparser.pri b/diceparser.pri index bf6c6b8..4f3306b 100644 --- a/diceparser.pri +++ b/diceparser.pri @@ -39,7 +39,8 @@ HEADERS += \ $$PWD/operationcondition.h \ $$PWD/node/stringnode.h \ $$PWD/node/filternode.h\ - $$PWD/node/groupnode.h + $$PWD/node/groupnode.h \ + $$PWD/node/variablenode.h\ HEADERS += \ @@ -82,7 +83,8 @@ SOURCES += \ $$PWD/node/paintnode.cpp \ $$PWD/node/ifnode.cpp \ $$PWD/node/splitnode.cpp \ - $$PWD/node/listsetrollnode.cpp + $$PWD/node/listsetrollnode.cpp\ + $$PWD/node/variablenode.cpp\ OTHER_FILES += \ |