summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/stressTest/stressTest.pro
blob: f6215f80a0bda4a830eda34ce8253285c6cb3444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS += Test.h
SOURCES += main.cpp Test.cpp
QT += network

CONFIG -= app_bundle
CONFIG += console
DESTDIR = ./
MOC_DIR = .moc/
TMP_DIR = .tmp/

symbian: TARGET.CAPABILITY = NetworkServices