diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-09-28 12:43:55 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-09-28 12:52:32 (GMT) |
commit | 434e40dbb2726f1a3204b4ea3fcee7c531467e42 (patch) | |
tree | a928f3de28e01e4a65a48f2fd8c75ab4b5910e93 /tests/benchmarks/network/network.pro | |
parent | 8c316faaeb6efdc82d3c17e03bd0e83da9783e6f (diff) | |
download | Qt-434e40dbb2726f1a3204b4ea3fcee7c531467e42.zip Qt-434e40dbb2726f1a3204b4ea3fcee7c531467e42.tar.gz Qt-434e40dbb2726f1a3204b4ea3fcee7c531467e42.tar.bz2 |
SSL: Add benchmark for QSslSocket::systemCaCertificates()
Task-number: QTBUG-14013
Reviewed-by: Peter Hartmann
Diffstat (limited to 'tests/benchmarks/network/network.pro')
-rw-r--r-- | tests/benchmarks/network/network.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/network/network.pro b/tests/benchmarks/network/network.pro index ea0f821..73de556 100644 --- a/tests/benchmarks/network/network.pro +++ b/tests/benchmarks/network/network.pro @@ -2,4 +2,5 @@ TEMPLATE = subdirs SUBDIRS = \ access \ kernel \ + ssl \ socket |