aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--cli/CMakeLists.txt1
-rw-r--r--diceparser.pri6
2 files changed, 5 insertions, 2 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 58c28cf..91f134a 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -96,6 +96,7 @@ SET( dice_sources
../node/groupnode.cpp
main.cpp
../highlightdice.cpp
+ ../node/variablenode.cpp
)
add_executable( dice ${dice_sources} ${dice_QM} )
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 += \