summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/resources/apps/app1/CMakeLists.txt
blob: 7ff28b4a36d2de5ac133688b1917b960752170a5 (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 app1.pro.

#####################################################################
## app1plugin Generic Library:
#####################################################################

qt_internal_add_cmake_library(app1plugin
    MODULE
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)

# Resources:
set(app1plugin_resource_files
    "qml/forms/AquaRect.qml"
)

qt_internal_add_resource(app1plugin "app1plugin"
    PREFIX
        "/app1"
    FILES
        ${app1plugin_resource_files}
)


#### Keys ignored in scope 1:.:.:app1.pro:<TRUE>:
# OTHER_FILES = "info.yaml" "icon.png"
# RESOURCE_SOURCE = "app1file.qrc"
# TEMPLATE = "lib"

qt_autogen_tools_initial_setup(app1plugin)