aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/.prev_CMakeLists.txt
blob: 43c30c7f3990d49623259b5c7aef10a78b0ebdd1 (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
49
50
51
52
# Generated from testlib.pro.

#####################################################################
## qmltestplugin Plugin:
#####################################################################

qt_add_qml_module(qmltestplugin
    URI "QtTest"
    VERSION "1.15"
    CLASSNAME QTestQmlModule
    DEPENDENCIES
        QtQuick.Window/2.0
    GENERATE_QMLTYPES
    SOURCES
        main.cpp
        quicktestevent.cpp quicktestevent_p.h
        quicktestresultforeign_p.h
        quicktestutil.cpp quicktestutil_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::QmlPrivate
        Qt::Quick
        Qt::QuickTestPrivate
        Qt::Test
)

#### Keys ignored in scope 1:.:.:testlib.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "1.15"
# OTHER_FILES = "testlib.json"
# QML_FILES = "TestCase.qml" "SignalSpy.qml" "testlogger.js"
# TARGETPATH = "QtTest"

set(qml_files
    "TestCase.qml"
    "SignalSpy.qml"
    "testlogger.js"
)
set_source_files_properties(TestCase.qml PROPERTIES
    QT_QML_SOURCE_VERSION "1.0"
)
set_source_files_properties(SignalSpy.qml PROPERTIES
    QT_QML_SOURCE_VERSION "1.0"
)

qt6_target_qml_files(qmltestplugin
    FILES
        ${qml_files}
)