From 1a5fb5eca8d151034b5e54c505932d1add97a775 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 14 Oct 2015 14:50:58 +0200 Subject: Include libcommuni through git-submodules --- src/libcommuni/examples/bot/bot.pro | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/libcommuni/examples/bot/bot.pro (limited to 'src/libcommuni/examples/bot/bot.pro') 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) -- cgit v1.2.3-54-g00ecf