summaryrefslogtreecommitdiffstats
path: root/tests/auto/qchart/.prev_CMakeLists.txt
blob: 4da403c6e3c411bb7dfdfa95d925ba415256a403 (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
# Generated from qchart.pro.

#####################################################################
## qchart Test:
#####################################################################

qt_internal_add_test(qchart
    SOURCES
        ../inc/tst_definitions.h
        tst_qchart.cpp
    INCLUDE_DIRECTORIES
        ../inc
    PUBLIC_LIBRARIES
        Qt::Charts
        Qt::Gui
        Qt::OpenGL
        Qt::OpenGLWidgets
        Qt::Widgets
)

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

qt_internal_extend_target(qchart CONDITION TARGET___contains___qml._x_
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::Quick
)