summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/access/qnetworkreply/qnetworkreply.pro
blob: de1487d4897f67b6748943d5a6bca5446b657b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)

# do not run benchmarks by default in 'make check'
CONFIG -= testcase

TEMPLATE = app
TARGET = tst_bench_qnetworkreply
DEPENDPATH += .
INCLUDEPATH += .

QT -= gui
QT += network

CONFIG += release

# Input
SOURCES += tst_qnetworkreply.cpp