diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-06-03 19:26:40 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-06-04 10:15:28 +0200 |
commit | c25772315c8f4e6ddfd203cbc99f598c0ef88fb0 (patch) | |
tree | 7b07f4a8309e8090225e366326057d83e0a83060 /src/qdoc/cppcodemarker.cpp | |
parent | 30240c68c2c133c464460534081b865344a692ad (diff) | |
download | qttools-c25772315c8f4e6ddfd203cbc99f598c0ef88fb0.tar.gz |
CMake: Exclude a few more apps when doing iOS builds
The apps fail to build in a device_and_simulator configuration due to
trying to link a libz file by absolute path, which is missing certain
architecture slices. qmake instead links via -lz instead of an
absolute path, but we haven't figured out how to do that nicely
yet in CMake.
The apps are somehow excluded by qmake as well (allthough for a
different reason), unfortunately I could not yet pinpoint how it's
done, except for the fact that load(qt_app) does it.
Use the existing exclusion mechanism as a shortcut to get
device_and_simulator configurations in Coin ASAP.
Task-number: QTBUG-80899
Change-Id: I72724b86b3086473683e0a50e6f232fdaa94c48b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/qdoc/cppcodemarker.cpp')
0 files changed, 0 insertions, 0 deletions