summaryrefslogtreecommitdiffstats
path: root/src/libcommuni/examples/bot/bot.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcommuni/examples/bot/bot.pro')
-rw-r--r--src/libcommuni/examples/bot/bot.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libcommuni/examples/bot/bot.pro b/src/libcommuni/examples/bot/bot.pro
deleted file mode 100644
index 1f4f434..0000000
--- a/src/libcommuni/examples/bot/bot.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-######################################################################
-# Communi
-######################################################################
-
-TEMPLATE = app
-TARGET = bot
-DEPENDPATH += .
-INCLUDEPATH += .
-CONFIG += console
-CONFIG -= app_bundle
-QT = core network
-
-# Input
-HEADERS += ircbot.h
-SOURCES += ircbot.cpp main.cpp
-
-include(../examples.pri)