diff options
| author | 2014-12-09 20:38:02 +0100 | |
|---|---|---|
| committer | 2014-12-09 20:38:02 +0100 | |
| commit | d044490547eb9c5b14bc937ee7cce448ea29d562 (patch) | |
| tree | 3814b42c615905a881be3ab40ecaffe2766ec5af /diceParser.pro | |
| parent | 0449e2c40a21329b7a1d994109dd05a93542f3ad (diff) | |
| download | OneRoll-d044490547eb9c5b14bc937ee7cce448ea29d562.tar.gz OneRoll-d044490547eb9c5b14bc937ee7cce448ea29d562.zip | |
-add documentation
-add string result
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/diceParser.pro b/diceParser.pro index ecdeed7..1ffeb47 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -27,7 +27,8 @@ SOURCES += main.cpp \ die.cpp \ result.cpp \ scalarresult.cpp \ - parsingtoolbox.cpp + parsingtoolbox.cpp \ + stringresult.cpp HEADERS += \ @@ -39,9 +40,11 @@ HEADERS += \ die.h \ result.h \ scalarresult.h \ - parsingtoolbox.h + parsingtoolbox.h \ + stringresult.h -OTHER_FILES += README.md +OTHER_FILES += README.md \ + HelpMe.md #QMAKE_CXXFLAGS += -O0 |