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

qt_internal_add_plugin(QMock6Plugin
    NO_UNITY_BUILD
    CLASS_NAME QMock6Plugin
    PLUGIN_TYPE mockauxplugin
    SOURCES
        qmock6plugin.cpp qmock6plugin.h
    LIBRARIES
        Qt::Core
        Qt::MockPlugins3
)