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, 17 insertions, 0 deletions
diff --git a/src/libcommuni/examples/bot/bot.pro b/src/libcommuni/examples/bot/bot.pro
new file mode 100644
index 0000000..1f4f434
--- /dev/null
+++ b/src/libcommuni/examples/bot/bot.pro
@@ -0,0 +1,17 @@
+######################################################################
+# 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)