no-thread: don't build macdeployqt

macdeployqt requires multithrading support.

Change-Id: Ie561434d68f46bc82ec603aee2c36cd43597073a
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Morten Sørvig 2023-10-24 13:22:59 +02:00
parent 73feb5184e
commit 3fc1951f41
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ qt_feature("macdeployqt" PRIVATE
LABEL "macOS deployment tool"
PURPOSE "The Mac deployment tool automates the process of creating a deployable application bundle that contains the Qt libraries as private frameworks."
AUTODETECT CMAKE_HOST_APPLE
CONDITION MACOS)
CONDITION MACOS AND QT_FEATURE_thread)
qt_feature("windeployqt" PRIVATE
SECTION "Deployment"