summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/CMakeLists.txt
blob: a5caebc1c95b55d835426f70370de319ff84daa9 (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

# Generated from uic.pro.

#####################################################################
## tst_uic Test:
#####################################################################

qt_internal_add_test(tst_uic
    SOURCES
        tst_uic.cpp
)

# Add dependencies that are implicitly used inside the test
add_dependencies(tst_uic
    Qt::uic
)