From 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 4 Jan 2014 16:24:54 +0100 Subject: -Adding range, booleancondition and countexecutenode. --- diceParser.pro | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'diceParser.pro') 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 -- cgit v1.2.3-70-g09d2