summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/staticplugin/CMakeLists.txt
blob: c43a69c707e4ecaa556ecc8952057a37f1035a94 (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

qt_internal_add_cmake_library(tst_qfactoryloader_staticplugin
    STATIC
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Core
)

qt_autogen_tools_initial_setup(tst_qfactoryloader_staticplugin)

target_compile_definitions(tst_qfactoryloader_staticplugin PRIVATE QT_STATICPLUGIN)