Ports: Enable ssl and ztd features for Qt port
This commit is contained in:
parent
2a852250dd
commit
e5ddbfaed6
Notes:
sideshowbarker
2024-07-17 08:38:37 +09:00
Author: https://github.com/clemenswasser Commit: https://github.com/SerenityOS/serenity/commit/e5ddbfaed6 Pull-request: https://github.com/SerenityOS/serenity/pull/15943 Reviewed-by: https://github.com/ADKaster
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@ configopts=(
|
|||
"-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON"
|
||||
"-DQT_HOST_PATH=/usr"
|
||||
"-DQT_FEATURE_cxx20=ON"
|
||||
"-DQT_FEATURE_ssl=ON"
|
||||
"-DQT_FEATURE_zstd=ON"
|
||||
"-DINPUT_opengl=no"
|
||||
)
|
||||
depends=("md4c")
|
||||
depends=("md4c" "zstd" "openssl")
|
||||
|
||||
QT_HOST_PATH=/usr
|
||||
QT_HOST_CMAKE_PATH=${QT_HOST_PATH}/lib64/cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue