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/client/client.pro | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/libcommuni/examples/client/client.pro (limited to 'src/libcommuni/examples/client/client.pro') diff --git a/src/libcommuni/examples/client/client.pro b/src/libcommuni/examples/client/client.pro deleted file mode 100644 index 5e91b12..0000000 --- a/src/libcommuni/examples/client/client.pro +++ /dev/null @@ -1,16 +0,0 @@ -###################################################################### -# Communi -###################################################################### - -TEMPLATE = app -TARGET = client -DEPENDPATH += . -INCLUDEPATH += . -QT = core network gui -greaterThan(QT_MAJOR_VERSION, 4):QT += widgets - -# Input -HEADERS += ircclient.h ircmessageformatter.h -SOURCES += ircclient.cpp ircmessageformatter.cpp main.cpp - -include(../examples.pri) -- cgit v1.2.3-54-g00ecf