Fix FTCBFS (Closes: #1023054).
parent
e7dc5bbce2
commit
38f492c5cb
@ -0,0 +1,22 @@
|
||||
--- a/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
|
||||
+++ b/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
|
||||
@@ -146,8 +146,6 @@
|
||||
set(FEATURE_pkg_config "${pkg_config_enabled}" CACHE STRING "Using pkg-config")
|
||||
if(NOT pkg_config_enabled)
|
||||
qt_build_internals_disable_pkg_config()
|
||||
- else()
|
||||
- unset(PKG_CONFIG_EXECUTABLE CACHE)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
--- a/src/tools/configure.cmake
|
||||
+++ b/src/tools/configure.cmake
|
||||
@@ -2,7 +2,7 @@
|
||||
SECTION "Deployment"
|
||||
LABEL "Android deployment tool"
|
||||
PURPOSE "The Android deployment tool automates the process of creating Android packages."
|
||||
- CONDITION NOT CMAKE_CROSSCOMPILING AND QT_FEATURE_regularexpression)
|
||||
+ CONDITION QT_FEATURE_regularexpression)
|
||||
|
||||
qt_feature("macdeployqt" PRIVATE
|
||||
SECTION "Deployment"
|
Loading…
Reference in new issue