0006-configure-remove-legacy-reference-to-qtConfig-mircli.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. From c408484e3a442ecf99d3cc61402f20c45c894b7c Mon Sep 17 00:00:00 2001
  2. From: Peter Seiderer <ps.report@gmx.net>
  3. Date: Mon, 3 Feb 2020 21:19:57 +0100
  4. Subject: [PATCH] configure: remove legacy reference to qtConfig(mirclient)
  5. The optio mirclient is removed since Qt-5.14.x (see [1])
  6. Fixes:
  7. Project ERROR: Could not find feature mirclient.
  8. [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=8c73ddd8e3fb43cc22fa111b855ab1f9f5b83405
  9. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  10. ---
  11. Tools/qmake/mkspecs/features/configure.prf | 3 ---
  12. 1 file changed, 3 deletions(-)
  13. diff --git a/Tools/qmake/mkspecs/features/configure.prf b/Tools/qmake/mkspecs/features/configure.prf
  14. index 23d99040..783f6752 100644
  15. --- a/Tools/qmake/mkspecs/features/configure.prf
  16. +++ b/Tools/qmake/mkspecs/features/configure.prf
  17. @@ -130,9 +130,6 @@ defineTest(finalizeConfigure) {
  18. addReasonForSkippingBuild("Build not supported on Android.")
  19. }
  20. QT_FOR_CONFIG += gui-private
  21. - production_build:qtConfig(mirclient) {
  22. - addReasonForSkippingBuild("Build not supported on Ubuntu Touch.")
  23. - }
  24. !gnu_thin_archives:!win32-msvc2013:!mingw:qtConfig(static) {
  25. addReasonForSkippingBuild("QtWebKit cannot be built as a static library on this platform. Check your configuration in qtbase/config.summary.")
  26. }
  27. --
  28. 2.25.0