aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/CMakeLists.txt
blob: 2b104e73fc908e8c9d4d709fe5b2c6ce8111247c (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
# Generated from testlib.pro.

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

add_qml_module(qmltestplugin
    TARGET_PATH "QtTest"
    IMPORT_VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
    QML_FILES
        TestCase.qml
        SignalSpy.qml
        testlogger.js
    SOURCES
        main.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
        Qt::QuickTestPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
        Qt::Quick
        Qt::QuickTest
        Qt::Test
)

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