aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-base/CONTROL
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-11-22 06:17:35 +0100
committerDavide Beatrici <davidebeatrici@gmail.com>2019-11-22 06:17:35 +0100
commit9a01ec282e7e1ebe8d901cd08d245e72e2d9a274 (patch)
treea304a1cba748e53ede0cddb29e2d46f1a02aa840 /ports/qt5-base/CONTROL
parentcccd1ed932c20daa9aa61d47aacd8bcc342c4e48 (diff)
downloadvcpkg-9a01ec282e7e1ebe8d901cd08d245e72e2d9a274.tar.gz
vcpkg-9a01ec282e7e1ebe8d901cd08d245e72e2d9a274.zip
[qt5-base] Add option to link to OpenSSL at compile-time
By default Qt loads OpenSSL at runtime. This commit adds a "QT_OPENSSL_LINK" option, which specifies "-openssl-linked". The option is enabled by default for static configurations. From https://doc.qt.io/qt-5/ssl.html: "By default, an SSL-enabled Qt library dynamically loads any installed OpenSSL library at run-time. However, it is possible to link against the library at compile-time by configuring Qt with the -openssl-linked option."
Diffstat (limited to 'ports/qt5-base/CONTROL')
-rw-r--r--ports/qt5-base/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-base/CONTROL b/ports/qt5-base/CONTROL
index c981e7256..59fd6788c 100644
--- a/ports/qt5-base/CONTROL
+++ b/ports/qt5-base/CONTROL
@@ -1,8 +1,8 @@
Source: qt5-base
-Version: 5.12.5-2
+Version: 5.12.5-3
Homepage: https://www.qt.io/
Description: Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.
Build-Depends: zlib, libjpeg-turbo, libpng, freetype, pcre2, harfbuzz, sqlite3, libpq, double-conversion, openssl
Feature: latest
-Description: Build latest qt version (5.13.1) instead of LTS \ No newline at end of file
+Description: Build latest qt version (5.13.1) instead of LTS