summaryrefslogtreecommitdiffstats
path: root/src/libcommuni/examples/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcommuni/examples/client/client.pro')
-rw-r--r--src/libcommuni/examples/client/client.pro16
1 files changed, 0 insertions, 16 deletions
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)