diff options
| author | 2019-08-03 15:11:49 +0200 | |
|---|---|---|
| committer | 2019-09-15 19:22:15 +0200 | |
| commit | 5130c2550515fa905f09f2b929b31b591034a4bf (patch) | |
| tree | 4a4e47541955711382798b60dbf9bdbcdbe95665 /diceparser.pri | |
| parent | da7cf09a9c64f402cdfacd45e82f806ad0e9a99e (diff) | |
| download | OneRoll-5130c2550515fa905f09f2b929b31b591034a4bf.tar.gz OneRoll-5130c2550515fa905f09f2b929b31b591034a4bf.zip | |
update pri
Diffstat (limited to 'diceparser.pri')
| -rw-r--r-- | diceparser.pri | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/diceparser.pri b/diceparser.pri index 2424c18..06aa3ce 100644 --- a/diceparser.pri +++ b/diceparser.pri @@ -1,6 +1,7 @@ INCLUDEPATH += $$PWD/result INCLUDEPATH += $$PWD/node +INCLUDEPATH += $$PWD/include INCLUDEPATH += $$PWD SOURCES += $$PWD/diceparser.cpp \ @@ -49,19 +50,19 @@ SOURCES += $$PWD/diceparser.cpp \ HEADERS += \ - $$PWD/diceparser.h \ + $$PWD/include/diceparser.h \ $$PWD/result/diceresult.h \ $$PWD/range.h \ $$PWD/booleancondition.h \ - $$PWD/highlightdice.h \ + $$PWD/include/highlightdice.h \ $$PWD/validator.h \ $$PWD/die.h \ $$PWD/result/result.h \ $$PWD/result/scalarresult.h \ - $$PWD/parsingtoolbox.h \ + $$PWD/include/parsingtoolbox.h \ $$PWD/result/stringresult.h \ $$PWD/compositevalidator.h \ - $$PWD/dicealias.h \ + $$PWD/include/dicealias.h \ $$PWD/operationcondition.h \ $$PWD/node/stringnode.h \ $$PWD/node/filternode.h\ @@ -91,6 +92,7 @@ HEADERS += \ $$PWD/node/listsetrollnode.h \ $$PWD/node/occurencecountnode.h\ $$PWD/diceroller.h \ + $$PWD/include/diceparserhelper.h \ $$PWD/qmltypesregister.h |