diff options
| author | 2022-04-29 10:48:09 +0200 | |
|---|---|---|
| committer | 2022-04-29 10:48:09 +0200 | |
| commit | 07c5f6ec23fcf9237a24e71adcfacabce677f818 (patch) | |
| tree | 588e8c5f82b9163181fad3581f610e6f1d88cba4 /node/node.pri | |
| parent | a9153f1615a842cfb9e9bcda4d9071e202618569 (diff) | |
| download | OneRoll-07c5f6ec23fcf9237a24e71adcfacabce677f818.tar.gz OneRoll-07c5f6ec23fcf9237a24e71adcfacabce677f818.zip | |
Change file organization.
Diffstat (limited to 'node/node.pri')
| -rw-r--r-- | node/node.pri | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/node/node.pri b/node/node.pri deleted file mode 100644 index 6cf7005..0000000 --- a/node/node.pri +++ /dev/null @@ -1,33 +0,0 @@ -HEADERS += \ - $$PWD/dicerollernode.h \ - $$PWD/executionnode.h \ - $$PWD/rerolldicenode.h \ - $$PWD/startingnode.h \ - $$PWD/scalaroperatornode.h \ - $$PWD/numbernode.h \ - $$PWD/sortresult.h \ - $$PWD/keepdiceexecnode.h \ - $$PWD/countexecutenode.h \ - $$PWD/explodedicenode.h \ - $$PWD/parenthesesnode.h \ - $$PWD/helpnode.h \ - $$PWD/jumpbackwardnode.h \ - $$PWD/listsetrollnode.h\ - $$PWD/listaliasnode.h - -SOURCES += \ - $$PWD/dicerollernode.cpp \ - $$PWD/executionnode.cpp \ - $$PWD/startingnode.cpp \ - $$PWD/rerolldicenode.cpp \ - $$PWD/scalaroperatornode.cpp \ - $$PWD/numbernode.cpp \ - $$PWD/sortresult.cpp \ - $$PWD/keepdiceexecnode.cpp \ - $$PWD/countexecutenode.cpp \ - $$PWD/explodedicenode.cpp \ - $$PWD/parenthesesnode.cpp \ - $$PWD/helpnode.cpp \ - $$PWD/jumpbackwardnode.cpp \ - $$PWD/listsetrollnode.cpp\ - $$PWD/listaliasnode.cpp |