summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/code
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2024-01-10 11:29:13 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2024-01-16 14:53:38 +0100
commit822dc75f1a0be988b25741a8f16ddc2fbeb48e77 (patch)
tree46fded772123b3654577578eceffabc401e44c45 /src/gui/doc/snippets/code
parentbca41b1832bf1ce76787109456094149520bc403 (diff)
cmake: Explicitly generate Xcode schemes for executables and libs
Otherwise, Xcode will auto-generate schemes for all targets, including internal targets such as foo_autogen and build-only targets such as ZERO_CHECK and ALL_BUILD, choosing one of them at random when opening the project for the first time. If multiple targets get a scheme they will be sorted alphabetically. We could prioritize them by generating a xcschememanagement.plist file, but that would require teaching CMake about that feature. This aligns the CMake behavior with qmake, where we also generate schemes explicitly. Pick-to: 6.7 6.6 6.5 Change-Id: I3756fced37a4ff7792370da10fc49169cc271ae8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions