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

#####################################################################
## testplugin Plugin:
#####################################################################

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

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