summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qflags/CMakeLists.txt
blob: 52796584306e15451a209aea0ac9a074c85a0896 (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: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## 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
)