mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
12 lines
344 B
CMake
12 lines
344 B
CMake
# 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)
|