summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/staticplugin/CMakeLists.txt
blob: b29ef3f982c6bdfd608bd383083328bd066152fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from staticplugin.pro.

#####################################################################
## staticplugin Plugin:
#####################################################################

add_qt_plugin(staticplugin
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SKIP_INSTALL
    STATIC
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Core
    MOC_OPTIONS
        "-M"
        "ExtraMetaData=StaticPlugin"
        "-M"
        "ExtraMetaData=foo"
)

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