summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-05-04 13:32:04 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-05-04 19:46:03 +0200
commit6123a8abc068fe33b5f786268586f0d369b30294 (patch)
tree2e7d8d97df7d6acc28a23537ec31ab1a0a6fbcf7 /src
parenteb0aeada808f260d58b8ff2fa622554ac21b4f8f (diff)
downloadqttools-6123a8abc068fe33b5f786268586f0d369b30294.tar.gz
Revert "CMake: Fix qdoc and lupdate to build in a universal macOS build"
Our CI provisioning now offers macOS universal libclang packages. As a consequence we should now be able to build a universal qdoc and lupdate. This reverts commit b6e01d2754cc5c7e7b5c72b7b8b9445983f761a7. Change-Id: I4a0d0513e10624c4441e395851101754887f425e Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/linguist/lupdate/CMakeLists.txt2
-rw-r--r--src/qdoc/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/linguist/lupdate/CMakeLists.txt b/src/linguist/lupdate/CMakeLists.txt
index 4c1a7528c..20ce06939 100644
--- a/src/linguist/lupdate/CMakeLists.txt
+++ b/src/linguist/lupdate/CMakeLists.txt
@@ -49,8 +49,6 @@ qt_internal_add_tool(${target_name}
Qt::ToolsPrivate
)
-qt_internal_force_macos_intel_arch(${target_name})
-
#### Keys ignored in scope 1:.:.:lupdate.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "Qt Translation File Update Tool"
# QT_TOOL_ENV = "qmake"
diff --git a/src/qdoc/CMakeLists.txt b/src/qdoc/CMakeLists.txt
index 140eb1288..84099ca32 100644
--- a/src/qdoc/CMakeLists.txt
+++ b/src/qdoc/CMakeLists.txt
@@ -99,8 +99,6 @@ qt_internal_add_tool(${target_name}
${QT_SOURCE_TREE}/src/tools/qdoc/qmlparser
)
-qt_internal_force_macos_intel_arch(${target_name})
-
#### Keys ignored in scope 1:.:.:qdoc.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "Qt Documentation Compiler"
# TR_EXCLUDE = "$$PWD/*"