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

#####################################################################
## tst_qqmlobjectmodel Test:
#####################################################################

qt_add_test(tst_qqmlobjectmodel
    SOURCES
        tst_qqmlobjectmodel.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::QmlModels
)

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