summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket/example/server/server.pro
blob: bfd14d2bb7136488695c4c78de0fbea905ee3685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

CONFIG += console

QT = core network

# Input
SOURCES += main.cpp