diff options
| author | 2015-03-06 00:26:12 +0100 | |
|---|---|---|
| committer | 2015-03-06 00:26:12 +0100 | |
| commit | 3bae1f62ba10e60a8156523a5b0502cc1efafd6d (patch) | |
| tree | ed7cac87eb94a010bc592cff112d525a294494ab /diceParser.pro | |
| parent | 7d0c1d999344ea625670bf3d90d7c900cadb4854 (diff) | |
| download | OneRoll-3bae1f62ba10e60a8156523a5b0502cc1efafd6d.tar.gz OneRoll-3bae1f62ba10e60a8156523a5b0502cc1efafd6d.zip | |
-change headers
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 18 |
1 files changed, 9 insertions, 9 deletions
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 |