summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qflags/CMakeLists.txt
blob: 54853bf7926fbd3ecaf4f050e7a2d8e4c92d3d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qflags Test:
#####################################################################

qt_internal_add_test(tst_qflags
    SOURCES
        tst_qflags.cpp
)

qt_internal_add_test(tst_qflags_non_typesafe
    SOURCES
        tst_qflags.cpp
    DEFINES
        QFLAGS_TEST_NO_TYPESAFE_FLAGS
)