Skip to content

Commit 3079dc9

Browse files
author
Jochen Bauer
committed
conditional test compiling for ssl test
1 parent 2dd84d0 commit 3079dc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/qt-ssl/qt-ssl.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ CONFIG += console
55
CONFIG -= app_bundle
66
TEMPLATE = app
77
SOURCES += main.cpp
8+
9+
lessThan(10, QT_MINOR_VERSION){
10+
INCLUDEPATH += /opt/openssl_build_stable/include
11+
LIBS += -L/opt/openssl_build_stable/lib -lcrypto -lssl
12+
}

0 commit comments

Comments
 (0)