File: client.pro

package info (click to toggle)
libcommuni 3.7.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,452 kB
  • sloc: cpp: 18,969; sh: 298; ansic: 139; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
######################################################################
# 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)