diff options
author | Jo Asplin <jo.asplin@nokia.com> | 2011-06-22 07:18:01 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-07-26 04:18:58 (GMT) |
commit | 0a6fb0ba35a3477901a0aec13d194529fe872306 (patch) | |
tree | 4ade8d89d73663670d0d2f97c5307fcfdb70e1f9 /tests/benchmarks | |
parent | 01575deafb7d26ca2431374e92c6d71de96547c7 (diff) | |
download | Qt-0a6fb0ba35a3477901a0aec13d194529fe872306.zip Qt-0a6fb0ba35a3477901a0aec13d194529fe872306.tar.gz Qt-0a6fb0ba35a3477901a0aec13d194529fe872306.tar.bz2 |
Compile on Symbian^3.
Change-Id: Ie1f52be4e94ff1e51b9d5f47c75a8d2e8b7a63d4
Diffstat (limited to 'tests/benchmarks')
-rwxr-xr-x | tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro index e621d50..b242d60 100755 --- a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro +++ b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro @@ -11,3 +11,8 @@ CONFIG += release # Input SOURCES += main.cpp + +symbian: { + TARGET.CAPABILITY = NetworkServices + INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE +} |