aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlobjectmodel/CMakeLists.txt
blob: fa4e9c5913bb25338e4c59f42d32bbab8b0f2f84 (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:
#####################################################################

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

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