diff options
| author | 2015-10-11 17:46:40 +0200 | |
|---|---|---|
| committer | 2015-10-11 17:46:40 +0200 | |
| commit | 798bd537a630a08f9517d70b05c2e304ded29803 (patch) | |
| tree | d286c79ab201e2bde36c954fa1251ab442151f44 /diceparser.pri | |
| parent | cd6dca205ea76a76aa38a2a220d360ba687a4fbb (diff) | |
| parent | 4a1ac872dc9a544c1023ca359ab01e2b0315101d (diff) | |
| download | OneRoll-798bd537a630a08f9517d70b05c2e304ded29803.tar.gz OneRoll-798bd537a630a08f9517d70b05c2e304ded29803.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.pri')
| -rw-r--r-- | diceparser.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.pri b/diceparser.pri index 22ef326..94c44df 100644 --- a/diceparser.pri +++ b/diceparser.pri @@ -13,6 +13,7 @@ SOURCES += $$PWD/diceparser.cpp \ $$PWD/result/scalarresult.cpp \ $$PWD/parsingtoolbox.cpp \ $$PWD/result/stringresult.cpp \ + $$PWD/compositevalidator.cpp \ $$PWD/dicealias.cpp @@ -27,6 +28,7 @@ HEADERS += \ $$PWD/result/scalarresult.h \ $$PWD/parsingtoolbox.h \ $$PWD/result/stringresult.h \ + $$PWD/compositevalidator.h \ $$PWD/dicealias.h |