aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceParser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'diceParser.pro')
-rw-r--r--diceParser.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/diceParser.pro b/diceParser.pro
index e585d74..112fb9a 100644
--- a/diceParser.pro
+++ b/diceParser.pro
@@ -20,10 +20,19 @@ TEMPLATE = app
SOURCES += main.cpp \
diceparser.cpp \
diceresult.cpp \
+ range.cpp \
+ booleancondition.cpp \
+ validator.cpp
HEADERS += \
diceparser.h \
diceresult.h \
+ range.h \
+ booleancondition.h \
+ validator.h
OTHER_FILES += README.md
+
+
+#QMAKE_CXXFLAGS += -O0