summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
blob: b242d6094b5dee64eccd10a793cc3229412cc6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load(qttest_p4)
TEMPLATE = app
TARGET = tst_bench_qhostinfo
DEPENDPATH += .
INCLUDEPATH += .

QT -= gui
QT += network

CONFIG += release

# Input
SOURCES += main.cpp

symbian: {
    TARGET.CAPABILITY = NetworkServices
    INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
}