33 lines
919 B
CMake
33 lines
919 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from pluginMixed.pro.
|
|
|
|
#####################################################################
|
|
## pluginMixed Generic Library:
|
|
#####################################################################
|
|
|
|
qt_internal_add_cmake_library(pluginMixed
|
|
MODULE
|
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlMixedPluginType"
|
|
SOURCES
|
|
plugin.cpp
|
|
LIBRARIES
|
|
Qt::Core
|
|
Qt::CorePrivate
|
|
Qt::GuiPrivate
|
|
Qt::Qml
|
|
Qt::QmlPrivate
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:pluginMixed.pro:<TRUE>:
|
|
# IMPORT_FILES = "Foo.qml" "qmldir"
|
|
# TEMPLATE = "lib"
|
|
|
|
qt_autogen_tools_initial_setup(pluginMixed)
|
|
# special case begin
|
|
file(COPY qmldir Foo.qml
|
|
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlMixedPluginType"
|
|
)
|
|
# special case end
|