aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache/CMakeLists.txt
blob: 096641cae9f9fa880c7ec1b635531241b2baf93e (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
38
39
40
41
42
43
44
45
46
47
48
# Generated from qmldiskcache.pro.

#####################################################################
## tst_qmldiskcache Test:
#####################################################################

add_qt_test(tst_qmldiskcache
    GUI
    SOURCES
        tst_qmldiskcache.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
)

# special case begin
# Disable quick compiler for this test
set_source_files_properties(
    importmodule.qml
    module.mjs
    test.qml
    PROPERTIES
    QT_SKIP_QUICKCOMPILER TRUE
)
# special case end

# Resources:
add_qt_resource(tst_qmldiskcache "qmake_immediate"
    PREFIX
        "/"
    FILES
        importmodule.qml
        module.mjs
        test.qml
)


#### Keys ignored in scope 1:.:.:qmldiskcache.pro:<TRUE>:
# CONFIG = "testcase"

## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:.:qmldiskcache.pro:APPLE_OSX:
# CONFIG = "-app_bundle"