mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
Ports: Enable ssl and ztd features for Qt port
This commit is contained in:
parent
2a852250dd
commit
e5ddbfaed6
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@ configopts=(
|
||||||
"-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON"
|
"-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON"
|
||||||
"-DQT_HOST_PATH=/usr"
|
"-DQT_HOST_PATH=/usr"
|
||||||
"-DQT_FEATURE_cxx20=ON"
|
"-DQT_FEATURE_cxx20=ON"
|
||||||
|
"-DQT_FEATURE_ssl=ON"
|
||||||
|
"-DQT_FEATURE_zstd=ON"
|
||||||
"-DINPUT_opengl=no"
|
"-DINPUT_opengl=no"
|
||||||
)
|
)
|
||||||
depends=("md4c")
|
depends=("md4c" "zstd" "openssl")
|
||||||
|
|
||||||
QT_HOST_PATH=/usr
|
QT_HOST_PATH=/usr
|
||||||
QT_HOST_CMAKE_PATH=${QT_HOST_PATH}/lib64/cmake
|
QT_HOST_CMAKE_PATH=${QT_HOST_PATH}/lib64/cmake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue