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

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

symbian: TARGET.CAPABILITY = NetworkServices