summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qresourceengine/staticplugin/CMakeLists.txt
blob: 1012fcaa62a2fb664e85d1a3969b7b7ec7d8524e (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

#####################################################################
## 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)