aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltestrunner/CMakeLists.txt
blob: ab51d42a1703f778697fa3900c324c9196ff9084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from qmltestrunner.pro.

#####################################################################
## qmltestrunner Tool:
#####################################################################

qt_add_tool(qmltestrunner
    TARGET_DESCRIPTION "QML Test Runner"
    TOOLS_TARGET Qml # special case
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::OpenGL # special case QTBUG-83498
        Qt::Gui
        Qt::Qml
        Qt::QuickTest
)

#### Keys ignored in scope 1:.:.:qmltestrunner.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "QML" "Test" "Runner"