aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt
blob: f73f9256ca834ca7df2fc78a4744c6f9addb24f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from plugin.pro.

#####################################################################
## testplugin Generic Library:
#####################################################################

qt_internal_add_cmake_library(testplugin
    MODULE
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:plugin.pro:<TRUE>:
# TEMPLATE = "lib"

qt_autogen_tools_initial_setup(testplugin)