aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt
blob: 3c24c3eed828e1c3954030271ff70122a0c5f059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from plugin.pro.

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

add_cmake_library(testplugin
    MODULE
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
)

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

qt_autogen_tools_initial_setup(testplugin)