summaryrefslogtreecommitdiff
path: root/tests/auto/qaxobject/CMakeLists.txt
blob: c2bb4c23c7b713a26f3d6924d05b7108a55fd22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## QAxObject Test:
#####################################################################

qt_internal_add_test(tst_qaxobject
    SOURCES
        tst_qaxobject.cpp
    LIBRARIES
        Qt::AxContainer
        Qt::Gui
)