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

#####################################################################
## tst_nodestest Test:
#####################################################################

add_qt_test(tst_nodestest
    SOURCES
        tst_nodestest.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::QmlPrivate
        Qt::QuickPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

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