summaryrefslogtreecommitdiffstats
path: root/tests/manual/hierarchy/CMakeLists.txt
blob: 3db0a0ed6301f39af6a4e5b23cb9ee9d6818f36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## hierarchy Library:
#####################################################################

set(CMAKE_AUTOMOC ON)

qt_internal_add_manual_test(tst_hierarchy
    GUI
    SOURCES
        main.cpp
        objects.cpp objects.h
        hierarchy.def
        hierarchy.rc
    LIBRARIES
        Qt::AxServer
        Qt::Gui
        Qt::Widgets
)

qt_disable_warnings(tst_hierarchy)
qt6_target_idl(tst_hierarchy)