0001-Fix-build-with--no-feature-network.patch 1.0 KB

12345678910111213141516171819202122232425262728
  1. From 8377691a0998fd84e6fc8349a5db450bf2d79164 Mon Sep 17 00:00:00 2001
  2. From: Tasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>
  3. Date: Tue, 21 Nov 2023 23:58:43 +0900
  4. Subject: Fix build with -no-feature-network
  5. Change-Id: Ib21012301da6afb5458f707b39a9a8079d93eb93
  6. Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
  7. Upstream: https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=8377691a0998fd84e6fc8349a5db450bf2d79164
  8. Signed-off-by: Roy Kollen Svendsen <roy.kollen.svendsen@akersolutions.com>
  9. ---
  10. src/qml/configure.cmake | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/src/qml/configure.cmake b/src/qml/configure.cmake
  13. index 2d0434643a..d1ff90bd54 100644
  14. --- a/src/qml/configure.cmake
  15. +++ b/src/qml/configure.cmake
  16. @@ -82,7 +82,7 @@ qt_feature("qml-ssl" PUBLIC
  17. SECTION "QML"
  18. LABEL "QML SSL support"
  19. PURPOSE "Provides ssl support in QML."
  20. - CONDITION QT_FEATURE_ssl
  21. + CONDITION QT_FEATURE_qml_network AND QT_FEATURE_ssl
  22. )
  23. # On arm and arm64 we need a specialization of cacheFlush() for each OS to be
  24. --
  25. cgit v1.2.3