diff options
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 |