summaryrefslogtreecommitdiffstats
path: root/scripts/CMakeLists.txt
blob: f94bff7a2fb175d3c8533373fe289e8914bb7b57 (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

# special case skip regeneration
# scripts.pro and children projects are not ported yet.
# If the need arises, it can be done.
# The empty file exists only for the purpose of mimicking the
# Coin qmake instructins, where qmake is executed directly on the
# scripts.pro folder. Hence the same should be possible for CMake.
cmake_minimum_required(VERSION 3.16)
project(QtQualityAssuranceScripts)