compile fix for compiling without ssl
Change-Id: I48942dd437f9475c8584d5aef176f71464ae86be Reviewed-on: http://codereview.qt.nokia.com/2598 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
673160b9fd
commit
6ea63bf028
@ -2,12 +2,16 @@ TEMPLATE = subdirs
|
|||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
access \
|
access \
|
||||||
kernel \
|
kernel \
|
||||||
ssl \
|
|
||||||
socket
|
socket
|
||||||
|
|
||||||
TRUSTED_BENCHMARKS += \
|
TRUSTED_BENCHMARKS += \
|
||||||
kernel/qhostinfo \
|
kernel/qhostinfo \
|
||||||
socket/qtcpserver \
|
socket/qtcpserver
|
||||||
ssl/qsslsocket
|
|
||||||
|
contains(QT_CONFIG, openssl) {
|
||||||
|
SUBDIRS += ssl
|
||||||
|
TRUSTED_BENCHMARKS += ssl/qsslsocket
|
||||||
|
}
|
||||||
|
|
||||||
|
include(../trusted-benchmarks.pri)
|
||||||
|
|
||||||
include(../trusted-benchmarks.pri)
|
|
Loading…
Reference in New Issue
Block a user