summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qplugin/releaseplugin/CMakeLists.txt
blob: 893386bc6b7728330f9e9f3a8cf2c96c43c2fca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from releaseplugin.pro.

#####################################################################
## releaseplugin Generic Library:
#####################################################################

add_cmake_library(releaseplugin
    MODULE
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../plugins"
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Core
)

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

qt_autogen_tools_initial_setup(releaseplugin)