diff options
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/diceParser.pro b/diceParser.pro index c339933..8af57a4 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -18,8 +18,11 @@ TEMPLATE = app #CONFIG+= IRC #CONFIG+= GUI - - +CONFIG+= CLI +CLI { +DEFINES += CLI +include(cli/cli.pri)cd +} IRC { include(irc/irc.pri) QT += gui widgets |