summaryrefslogtreecommitdiffstats
path: root/tests/manual/multiple/CMakeLists.txt
blob: 8e5d7c743c56071cd7eefc9e43c074d913592053 (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) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## multiple Binary:
#####################################################################

set(CMAKE_AUTOMOC ON)

qt_internal_add_manual_test(tst_multiple
    GUI
    SOURCES
        ax1.h
        ax2.h
        main.cpp
        multipleax.def
        multipleax.rc
    LIBRARIES
        Qt::AxServer
        Qt::Gui
        Qt::Widgets

)
# qt_disable_warnings(tst_multiple)
qt6_target_idl(tst_multiple)