summaryrefslogtreecommitdiffstats
path: root/cmake/platforms/Platform/Integrity.cmake
blob: 0ad7fd1099bf823d4dc4afee93fb99a6a68ca0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Custom platform module file for INTEGRITY.
#
# UNIX must be set here, because this variable is cleared after the toolchain file is loaded.
#
# Once the lowest CMake version we support ships an Integrity platform module,
# we can remove this file.

set(UNIX 1)