blob: 5dd858404febb6dbd837212a14242c3c47764ce9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
######################################################################
# Communi
######################################################################
TEMPLATE = app
TARGET = minimal
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += console
CONFIG -= app_bundle
QT = core network
# Input
SOURCES += main.cpp
include(../examples.pri)
|