no-thread: don't build macdeployqt
macdeployqt requires multithrading support. Change-Id: Ie561434d68f46bc82ec603aee2c36cd43597073a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
73feb5184e
commit
3fc1951f41
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue