Skip to content

Commit 2bba0e5

Browse files
fix: enable ssl
1 parent 2a32d45 commit 2bba0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_dev_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ build_static_qt() {
7878
-DQT_FEATURE_harfbuzz=ON \
7979
-DQT_FEATURE_xcb=ON \
8080
-DQT_FEATURE_xkbcommon=ON \
81-
-DQT_FEATURE_ssl=OFF \
81+
-DQT_FEATURE_ssl=ON \
8282
-DQT_FEATURE_widgets=ON \
8383
-DQT_FEATURE_gui=ON \
8484
-DQT_FEATURE_network=ON \

0 commit comments

Comments
 (0)