aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceParser.pro
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-01-04 16:24:54 +0100
committerRenaud G <renaud@rolisteam.org>2014-01-04 16:24:54 +0100
commit4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 (patch)
treed0553a394e50d1de1a5185a7006fe3cb66cbfa3b /diceParser.pro
parent4114232457cbc5739872f479ef5d7772e6b5f42f (diff)
downloadOneRoll-4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6.tar.gz
OneRoll-4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6.zip
-Adding range, booleancondition and countexecutenode.
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