diff options
| author | 2015-10-11 16:46:05 +0200 | |
|---|---|---|
| committer | 2015-10-11 16:46:05 +0200 | |
| commit | 4a1ac872dc9a544c1023ca359ab01e2b0315101d (patch) | |
| tree | d2ea768efc42326a25a5ea563430dd88f76c9926 /diceparser.pri | |
| parent | 1d917b23671b2cd64d37410344db3d2876af5b98 (diff) | |
| download | OneRoll-4a1ac872dc9a544c1023ca359ab01e2b0315101d.tar.gz OneRoll-4a1ac872dc9a544c1023ca359ab01e2b0315101d.zip | |
add new files into pri file
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 |