diff options
| author | 2016-09-16 20:35:11 +0200 | |
|---|---|---|
| committer | 2016-09-16 20:35:11 +0200 | |
| commit | 70e09294fca1022d9370fe2fd631a98480c284b2 (patch) | |
| tree | 4b09bfeed97a10ae19bede3f1c7eafafb2cdfcb0 /diceParser.pro | |
| parent | 92e415fa59bb1508bbbd93905dbe225d4202d571 (diff) | |
| download | OneRoll-70e09294fca1022d9370fe2fd631a98480c284b2.tar.gz OneRoll-70e09294fca1022d9370fe2fd631a98480c284b2.zip | |
-Fix some value on diceparser.
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceParser.pro b/diceParser.pro index 3a95496..6a1072d 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -21,7 +21,7 @@ TEMPLATE = app CONFIG+= CLI CLI { DEFINES += CLI -include(cli/cli.pri)cd +include(cli/cli.pri) } IRC { include(irc/irc.pri) |