From 3bae1f62ba10e60a8156523a5b0502cc1efafd6d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 6 Mar 2015 00:26:12 +0100 Subject: -change headers --- diceParser.pro | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'diceParser.pro') diff --git a/diceParser.pro b/diceParser.pro index b3ed2a0..2d72fcb 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -35,28 +35,28 @@ DEFINES+= HAVE_GUI SOURCES += main.cpp \ diceparser.cpp \ - diceresult.cpp \ + result/diceresult.cpp \ range.cpp \ booleancondition.cpp \ validator.cpp \ die.cpp \ - result.cpp \ - scalarresult.cpp \ + result/result.cpp \ + result/scalarresult.cpp \ parsingtoolbox.cpp \ - stringresult.cpp + result/stringresult.cpp HEADERS += \ diceparser.h \ - diceresult.h \ + result/diceresult.h \ range.h \ booleancondition.h \ validator.h \ die.h \ - result.h \ - scalarresult.h \ - parsingtoolbox.h \ - stringresult.h + result/result.h \ + result/scalarresult.h \ + result/parsingtoolbox.h \ + result/stringresult.h OTHER_FILES += README.md \ HelpMe.md -- cgit v1.2.3-70-g09d2