summaryrefslogtreecommitdiffstats
path: root/tests/manual/testcontrol/CMakeLists.txt
blob: 5513e9686b793f9fa81bcdc5ffa0ee95d3716f74 (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
25
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from testcontrol.pro.

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

qt_internal_add_manual_test(tst_testcontrol_manual # special case
    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)

#### Keys ignored in scope 1:.:.:testcontrol.pro:<TRUE>:
# RC_FILE = "testcontrol.rc"
# TEMPLATE = "app"