aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/wrong_plugin/CMakeLists.txt
blob: 27e60169d2d5d7de1f67415069563e1971662c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated from wrong_plugin.pro.

#####################################################################
## wrong_plugin Generic Library:
#####################################################################

qt_add_cmake_library(wrong_plugin
    MODULE
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../qtivi/"
    SOURCES
        wrongplugin.cpp wrongplugin.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::IviCore
)

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

## Scopes:
#####################################################################

qt_autogen_tools_initial_setup(wrong_plugin)