summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/resources/CMakeLists.txt
blob: 0893a7ac18263f71061e28bb49901d22ba502fad (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
34
35
36
37
# Generated from resources.pro.

#####################################################################
## systemuiplugin Generic Library:
#####################################################################

qt_internal_add_cmake_library(systemuiplugin
    MODULE
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)

# Resources:
set(systemuiplugin_resource_files
    "qml/widgets/MagentaRect.qml"
)

qt_internal_add_resource(systemuiplugin "systemuiplugin"
    PREFIX
        "/"
    FILES
        ${systemuiplugin_resource_files}
)


#### Keys ignored in scope 2:.:.:test.pro:<TRUE>:
# AM_CONFIG = "am-config.yaml"
# DIRECTORIES = "apps/app2/qml" "relative"
# FILES = "am-config.yaml" "apps/app1/icon.png" "apps/app1/info.yaml" "apps/app2/icon.png" "apps/app2/info.yaml"
# RESOURCE_SOURCE = "systemuifile.qrc"
# TEMPLATE = "lib"
# TEST_APPS = "app1" "app2"
# TEST_FILES = "tst_resource.qml"

qt_autogen_tools_initial_setup(systemuiplugin)
add_subdirectory(appcommon)
add_subdirectory(apps/app1)
add_subdirectory(apps/app2)