diff options
| author | 2015-04-24 11:08:32 +0200 | |
|---|---|---|
| committer | 2015-04-24 11:08:32 +0200 | |
| commit | c356c8bf53f46efb2ba0aaa6d91ef4c4ade320b6 (patch) | |
| tree | 89caaa4389351ac2ced98d69147b1ac03f59b984 /diceParser.pro | |
| parent | f9d748791c1d7e3d2dc4f51bec4f86a6732083e4 (diff) | |
| download | OneRoll-c356c8bf53f46efb2ba0aaa6d91ef4c4ade320b6.tar.gz OneRoll-c356c8bf53f46efb2ba0aaa6d91ef4c4ade320b6.zip | |
add commandLine parser(not working yet)
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/diceParser.pro b/diceParser.pro index 8af57a4..3a95496 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -36,8 +36,7 @@ DEFINES+= HAVE_GUI } -SOURCES += main.cpp \ - diceparser.cpp \ +SOURCES += diceparser.cpp \ result/diceresult.cpp \ range.cpp \ booleancondition.cpp \ |