diff options
| author | 2013-12-29 02:04:19 +0100 | |
|---|---|---|
| committer | 2013-12-29 02:04:19 +0100 | |
| commit | f30020384f816b498fe1f6013758a8de37811821 (patch) | |
| tree | 7388de7fe766fe2973d94a3256f8820e3c7fbcdf /diceParser.pro | |
| parent | 7a1784893af6fe986503dc67672135ed05816579 (diff) | |
| download | OneRoll-f30020384f816b498fe1f6013758a8de37811821.tar.gz OneRoll-f30020384f816b498fe1f6013758a8de37811821.zip | |
Firt commit of the new dice system for rolisteam.
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/diceParser.pro b/diceParser.pro new file mode 100644 index 0000000..dcf1b5b --- /dev/null +++ b/diceParser.pro @@ -0,0 +1,27 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2013-12-24T13:06:36 +# +#------------------------------------------------- + +QT += core + +QT -= gui + +include(node/node.pri) + +TARGET = diceParser +CONFIG += console +CONFIG -= app_bundle + +TEMPLATE = app + + +SOURCES += main.cpp \ + diceparser.cpp \ + diceresult.cpp \ + + +HEADERS += \ + diceparser.h \ + diceresult.h \ |