summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/almostplugin/CMakeLists.txt
blob: 15ae79dfb1ceb2a8cd88f18d58cf0c444b340362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## almostplugin Generic Library:
#####################################################################

qt_internal_add_cmake_library(almostplugin
    MODULE
    INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_qpluginloader/bin"
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../bin"
    SOURCES
        almostplugin.cpp almostplugin.h
    LIBRARIES
        Qt::Core
)

qt_autogen_tools_initial_setup(almostplugin)