aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/SlowImport/CMakeLists.txt
blob: 2bd4922f30e48522527c33cf3e03f0f7461ad1ef (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
# Generated from Slow.pro.

#####################################################################
## ow Module:
#####################################################################

add_qt_plugin(Slow
    # special case begin
    TYPE qml_plugin
    # special case end
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../Slow"
    SOURCES
        plugin.cpp plugin.h
        slow.cpp slow.h
    INCLUDE_DIRECTORIES
        .
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

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

# special case begin
file (COPY qmldir
    DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../Slow"
)
# special case end