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

#####################################################################
## testcontrol Binary:
#####################################################################

qt_internal_add_manual_test(tst_testcontrol_manual
    GUI
    SOURCES
        main.cpp
        testcontrol.rc
    LIBRARIES
        Qt::AxServer
        Qt::Gui
        Qt::Widgets
)
qt_disable_warnings(tst_testcontrol_manual)
qt6_target_idl(tst_testcontrol_manual)