From f30020384f816b498fe1f6013758a8de37811821 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 29 Dec 2013 02:04:19 +0100 Subject: Firt commit of the new dice system for rolisteam. --- diceParser.pro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 diceParser.pro (limited to 'diceParser.pro') 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 \ -- cgit v1.2.3-70-g09d2