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/ssl/qsslsocket/qsslsocket.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/ssl/qsslsocket/qsslsocket.pro')
-rw-r--r-- | tests/benchmarks/network/ssl/qsslsocket/qsslsocket.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/benchmarks/network/ssl/qsslsocket/qsslsocket.pro b/tests/benchmarks/network/ssl/qsslsocket/qsslsocket.pro new file mode 100644 index 0000000..da34a02 --- /dev/null +++ b/tests/benchmarks/network/ssl/qsslsocket/qsslsocket.pro @@ -0,0 +1,13 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_bench_qsslsocket +DEPENDPATH += . +INCLUDEPATH += . + +QT -= gui +QT += network + +CONFIG += release + +# Input +SOURCES += tst_qsslsocket.cpp |