aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--diceParser.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/diceParser.pro b/diceParser.pro
index 7d16e6d..97d62a6 100644
--- a/diceParser.pro
+++ b/diceParser.pro
@@ -25,7 +25,8 @@ SOURCES += main.cpp \
validator.cpp \
die.cpp \
result.cpp \
- scalarresult.cpp
+ scalarresult.cpp \
+ parsingtoolbox.cpp
HEADERS += \
@@ -36,7 +37,8 @@ HEADERS += \
validator.h \
die.h \
result.h \
- scalarresult.h
+ scalarresult.h \
+ parsingtoolbox.h
OTHER_FILES += README.md