aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/cmake/CMakeLists.txt
blob: 93ecd123869336f13233dfec1d837b303ddb14f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.16)

project(qmake_cmake_files)

enable_testing()

find_package(Qt5Core REQUIRED)

include("${_Qt5CTestMacros}")

test_module_includes(
  QuickControls2 QQuickStyle
)