aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-04-16 00:02:19 +0200
committerRenaud G <renaud@rolisteam.org>2016-04-16 00:02:19 +0200
commit99b60d13b2b504e263c18870a8d55efc5f0a2ea7 (patch)
tree0a9728dafdb33a601c6740716791eea1c095288e /irc/CMakeLists.txt
parente25c9d650eb7c7633fd1a768bff9cde013c7b057 (diff)
downloadOneRoll-99b60d13b2b504e263c18870a8d55efc5f0a2ea7.tar.gz
OneRoll-99b60d13b2b504e263c18870a8d55efc5f0a2ea7.zip
Implement connection to freenode.
remove GUI
Diffstat (limited to 'irc/CMakeLists.txt')
-rw-r--r--irc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt
index c7373c6..d43ffed 100644
--- a/irc/CMakeLists.txt
+++ b/irc/CMakeLists.txt
@@ -69,7 +69,7 @@ add_executable(
../node/startingnode.cpp
../node/ifnode.cpp
${UI_HEADERS}
- mainwindow.cpp
+ botircdiceparser.cpp
main.cpp)