aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/.prev_CMakeLists.txt
blob: a96db2a53524e3eeae19710f28ff2a4a0b7b8cc1 (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 CustomModule.pro.

#####################################################################
## CustomModule Generic Library:
#####################################################################

add_cmake_library(CustomModule
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../CustomModule"
    SOURCES
        moduleplugin.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(moduleplugin_resource_files
    "ModuleType.qml"
)

add_qt_resource(CustomModule "moduleplugin"
    PREFIX
        "/"
    FILES
        ${moduleplugin_resource_files}
)


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