summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/CMakeLists.txt
blob: 09cc5aef2764f5156590230bc79e8f5eb6016898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from qml.pro.

#####################################################################
## qml Test:
#####################################################################

qt_internal_add_test(qml
    SOURCES
        ../inc/tst_definitions.h
        tst_qml.cpp
    INCLUDE_DIRECTORIES
        ../inc
    PUBLIC_LIBRARIES
        Qt::Charts
        Qt::Gui
        Qt::OpenGL
        Qt::OpenGLWidgets
        Qt::Qml
        Qt::Quick
        Qt::Widgets
)