summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qresourceengine/staticplugin/CMakeLists.txt
blob: e461087562a7f98820d541cd9664239c1b658b50 (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: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## moctestplugin Generic Library:
#####################################################################

qt_internal_add_cmake_library(moctestplugin
    STATIC
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Core
    DEFINES
        QT_STATICPLUGIN
)

qt_internal_add_resource(moctestplugin "qmake_plugin_resource"
    PREFIX
        "/staticplugin"
    FILES
        "main.cpp"
)

qt_autogen_tools_initial_setup(moctestplugin)