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

#####################################################################
## debugplugin Generic Library:
#####################################################################

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

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

qt_autogen_tools_initial_setup(debugplugin)