aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceParser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'diceParser.pro')
-rw-r--r--diceParser.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/diceParser.pro b/diceParser.pro
index 112fb9a..caf19fb 100644
--- a/diceParser.pro
+++ b/diceParser.pro
@@ -22,7 +22,8 @@ SOURCES += main.cpp \
diceresult.cpp \
range.cpp \
booleancondition.cpp \
- validator.cpp
+ validator.cpp \
+ die.cpp
HEADERS += \
@@ -30,7 +31,8 @@ HEADERS += \
diceresult.h \
range.h \
booleancondition.h \
- validator.h
+ validator.h \
+ die.h
OTHER_FILES += README.md