aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/CMakeLists.txt
blob: 636e919e44f1d3ed25236ad612060806843faccc (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
26
27
28
29
30
31
32
33
# Generated from pluginWithQmlFile.pro.

#####################################################################
## pluginWithQmlFile Plugin:
#####################################################################

add_qt_plugin(pluginWithQmlFile
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestPluginWithQmlFile"
# special case begin
    TYPE qml_plugin
# special case end
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:pluginWithQmlFile.pro:<TRUE>:
# CONFIG = "plugin"
# IMPORT_FILES = "qmldir" "MyQmlFile.qml"
# TEMPLATE = "lib"

# special case begin
file(COPY qmldir MyQmlFile.qml
    DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestPluginWithQmlFile"
)
# special case end