aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceParser.pro
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-23 10:51:01 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-23 10:51:01 +0200
commitcd21a9b1252f4d000b18ccecacc9c4e92d59f67b (patch)
tree02039847ba80b28ee62ff93d2e098b0544d96e4f /diceParser.pro
parent888c6cbf5a204712b591ce96148ea016eea0ba5d (diff)
downloadOneRoll-cd21a9b1252f4d000b18ccecacc9c4e92d59f67b.tar.gz
OneRoll-cd21a9b1252f4d000b18ccecacc9c4e92d59f67b.zip
amend files for cli main application
Diffstat (limited to 'diceParser.pro')
-rw-r--r--diceParser.pro7
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